/* CSS only 103.56K, CSS & InlineSvg (18/39) 112.49K => 9% more */

@font-face { font-family: 'Alternative-Font'; font-display: swap; src: url('/img/LibreBaskerville-Italic.eot'); src: url('/img/LibreBaskerville-Italic.woff2') format('woff2'), url('/img/LibreBaskerville-Italic.woff') format('woff'), url('/img/LibreBaskerville-Italic.eot?#iefix') format('embedded-opentype'), url('/img/LibreBaskerville-Italic.ttf') format('truetype'); unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000; }
@font-face { font-family: 'Header-Font'; font-display: swap; src: url('/img/Oswald-Light.eot'); src: url('/img/Oswald-Light.woff') format('woff'), url('/img/Oswald-Light.eot?#iefix') format('embedded-opentype'), url('/img/Oswald-Light.ttf') format('truetype'); unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000; }
/* CSS base, search, meili-extra, htm, kachel, kachel_mouseover, adventskalender, powermenu, powermenue-extra, to-top-button, input-floating */
/* ### base ### */
*, ::before, ::after { box-sizing: border-box; } html { text-size-adjust: none; } ::before, ::after { text-decoration: inherit; vertical-align: inherit; } ::selection {background:rgb(204,204,204);} :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: 1rem; 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; --theme-white: rgb(255,255,255); --theme-light: rgb(240,240,240); --theme-medium: rgb(220,220,220); --theme-dark: rgb(150,150,150); --theme-link: rgb(20,20,20); --theme-black: rgb(20,20,20); --theme-text: rgb(20,20,20); --theme-text-shadow: 0 0 3px rgba (0,0,0,.5); --theme-text-hover: rgb(241,142,28); --theme-accent: rgba(60,60,60); --theme-accent-light: rgba(241,142,28,.25); --theme-accent-medium: rgb(241,142,28); --theme-accent-dark: rgb(241,142,28); --theme-orange: rgb(241,142,28); --theme-accent-text: rgb(255,255,255); --theme-powermenu-medium: rgb(238,238,238); --theme-border: none; --theme-outline: none; --theme-radius-small: 0; --theme-radius-medium: .5rem; --theme-card-background: var(--theme-white); --theme-divider: .1rem solid var(--theme-medium); --padding: 1rem; --card-padding: 0; --theme-rosa: rgb(202, 135, 135); --theme-red: rgb(204,23,24); --theme-error: rgb(204,23,24); --theme-error-text: rgb(255,255,255); --theme-warning: rgb(233,155,5); --theme-warning-text: rgb(255,255,255); --theme-success: rgb(82, 139, 82); --theme-success-text: rgb(255,255,255); --shadow-elevation-low: none; --shadow-elevation-medium: none; --shadow-elevation-high: none; background-color: var(--theme-white)!important; } body, input, button, .button { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } b, strong { font-weight: bolder; color: inherit; } .red { color: var(--theme-error); } .bgred { background-color: var(--theme-error); color: var(--theme-white); padding: 1rem; } .center { text-align: center!important; } .small { font-size: .75rem; } .border { border: var(--theme-divider); } .pg-only { display: none; } .right { text-align: right; } .left { text-align: left; } .white { color: var(--theme-white); } audio, canvas, iframe, img, svg, video { vertical-align: middle; max-width: 100%; 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-light); color: var(--theme-text); } h1, h2, h3, h4, h5, h6 { color: var(--theme-text); font-family: 'Header-Font'; } ul { padding: 0; } ul.mleft li { margin-left: 2rem; list-style: disc; padding: .5rem 0; } body, #shopLayer, #shopMain { max-width: 100vw; } .shopHeader { background-color: var(--theme-white); z-index: 99; } #kopf_top_line { position: sticky; top: 0; z-index: 100; box-shadow: 0 0 25px -5px rgba(0,0,0,.25); } #kopf_bottom_line { background-color: var(--theme-white); box-shadow: 0 0 25px -5px rgba(0,0,0,.25); } #shopMain { min-height: 100vh; } /* 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; } p a { border-bottom: 1px dotted var(--theme-text); } p a:hover { color: var(--theme-text-hover); } h1 { font-size: 1.7em; } .h1_in_breadcrumb { font-size: inherit; } h1 span { display: block; font-size: .9rem; font-style: italic; font-weight: normal; font-family: 'Alternative-Font'; text-align: right; } h1.big { font-size: 2rem; } h2 { font-size: 1.5em; } h3 { font-size: 1.15em; } h3 a { color: var(--theme-black); border-bottom: .13rem dotted var(--theme-black); } h3 a:hover { color: var(--theme-orange); } h4 { font-size: 1em; } h5 { font-size: 1em; } h6 { font-size: 1em; } hr { border: var(--theme-divider); } /* header */ .BreadcrumbList a, .breadcrumb a span, *[itemtype*="Breadcrumb"] * { color: var(--theme-text); } .BreadcrumbList span:last-child a span { color: var(--theme-orange); } .breadcrumb a span { transition: all 0.5s; } .breadcrumb a span:hover { color: var(--theme-orange); } .shopHeader li, #shopFooter li { list-style: none; } #k_title { width: 100%; height: 2rem; background: var(--theme-black); position: relative; z-index: 101; } #k_title ul { width: 100%; display: flex; flex-wrap: nowrap; justify-content: space-between; margin: 0 auto; padding: 0 1rem; } #k_title ul li { font-size: 0.8rem; line-height: 2rem; white-space: nowrap; } #k_title ul li, #k_title ul li a { color: var(--theme-white); } #k_title ul li a:hover { color: var(--theme-text-hover); } #k_title ul li:nth-child(2) { display: none; } #k_title ul li a.active { font-weight: bold; } #k_title ul li img { display: inline-block; margin-right: .3rem; } #k_title ul li#phone span { display: none; } .ausrichter { padding: 0 calc(var(--card-padding) * 1); } #kopf_top_line_inner { display: flex; justify-content: space-between; align-items: center; width: 100%; height: 4rem; padding: 0 .5rem; } #k_logo, #k_icons { width: 11rem; } #k_logo { background: url(/img/baumwollseil_logo.svg) no-repeat 50% 50%; height: 100%; } #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:%23141414;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;} .st1{fill:none;stroke:%23141414;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(/img/bg-merkliste.svg); background-repeat: no-repeat; background-position: 50%; } #k_info { 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:%23A50101;} .st1{fill:%23FFFFFF;} .st2{fill:none;}</style><circle class="st0" cx="30.4" cy="31" r="25.8"/><g> <path class="st1" d="M23.1,25.5v-4.7c0.8-0.9,1.5-1.6,2.2-2.1c1.5-1,3.2-1.5,5.1-1.5c2.5,0,4.4,0.7,5.9,2.2  c1.1,1.2,1.7,2.6,1.7,4.3c0,2-0.8,3.7-2.4,5.2l-2.8,2.6c-1.3,1.2-2,2.6-2,4.2c0,0.2,0,0.6,0,1.2h-3.1c0-0.9,0-1.6,0-2  c0-1.1,0.2-2,0.5-2.6c0.2-0.4,0.8-1.1,1.7-2.1l2.5-2.7c1.2-1.3,1.8-2.4,1.8-3.4c0-1-0.4-1.8-1.3-2.4c-0.8-0.5-1.7-0.7-2.8-0.7  c-2,0-3.6,0.7-5,2C24.5,23.5,23.9,24.4,23.1,25.5z M29.4,39.5c1.8,0,2.7,0.7,2.7,2.1c0,1.4-0.9,2.2-2.8,2.2c-1.8,0-2.7-0.7-2.7-2.1  C26.5,40.2,27.5,39.5,29.4,39.5z"/></g><path class="st2" d="M14.4,20.1c4.3,7.2,9.1,14,14.5,20.4"/></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:%23141414;}</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:%23141414;}</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_info, #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; } .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; visibility: hidden; background-color: var(--theme-card-background); border-radius: var(--theme-radius-small); box-shadow: 0 0 25px -5px rgba(0,0,0,.25); transition: opacity .2s ease-out, transform .2s ease-out; } .shopHeader.box-shadow #k_icons > div > .shBagInh { top: 3rem; } #k_icons > div:hover > .shBagInh { pointer-events: all; transform: translateY(0); opacity: 1; visibility: visible; 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); } .wk-heading a:hover { color: var(--theme-orange); } #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: 4rem; background-position: .5rem; } 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; width: 1.25rem; height: 1.25rem; line-height:1.25rem; text-align: center; vertical-align: middle; border-radius: 50%; font-size: 0.8rem; } #k_wk:before { background-color: var(--theme-accent-medium); } #k_merk:before { background-color: var(--theme-accent-medium); } .shBagInh .Wkbuttons { padding: 1rem; text-align: right; display: flex; justify-content: space-between; } .shBagInh .Wkbuttons .button { font-weight: bold; } .shBagInh .Wkbuttons #wkbutton { margin-right: 1rem; } #powermenue-schalter { margin-left: 0; margin-right: 1rem; background: url('data:image/svg+xml,<%3Fxml version="1.0" %3F><svg height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path class="heroicon-ui" d="M4 5h16a1 1 0 0 1 0 2H4a1 1 0 1 1 0-2zm0 6h16a1 1 0 0 1 0 2H4a1 1 0 0 1 0-2zm0 6h16a1 1 0 0 1 0 2H4a1 1 0 0 1 0-2z"/></svg>') no-repeat 50%; background-size:2rem; } #shopLayer.powermenue-open #k_title { display: none; } /* such feld */ #shopLayer.suche-offen #suchbox { display: block; width: 100%; } #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; } #shopLayer.suche-offen #h-ps-close { display: inline-block; height: 2.5rem; background-image: url(/img/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(/img/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 a { color: var(--theme-white); } #shopFooter { background-color: var(--theme-black); } .foot_infos { padding: 2rem 2rem 0 2rem; 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; color: var(--theme-white); } .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; } #f-js { display: inline-block; } .foot_infos ul li a#f-js img { width: 150px; margin: 1rem 0 .5rem 0; } .foot_infos .foot_ueb { display: inline-block; height: 2rem; 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%; border-radius: .5rem; } .foot_infos ul.soc li a {display:inline-block;width:2rem;height:2rem;margin: .5rem;padding:0;} .foot_infos ul.soc li a:hover, #f-js:hover, #info_zahl:hover { transform: translateY(-.2rem) translateZ(0); } .foot_infos ul.soc li a img { border-radius: .5rem; } #shopFooter #f_text { text-align: center; padding: 2rem 1rem; } #shopFooter #f_text { color: var(--theme-dark); } #shopFooter #f_text > span { display: block; font-size: .8rem; } #shopFooter .unten { border-top: .1rem solid var(--theme-dark); } #shopFooter .unten #f_text span.br { display:block;height:0; } #shopFooter .unten #f_text span.pipe { display:none; } #shopFooter .unten #f_text a { color: var(--theme-dark); border-bottom: 1px dotted var(--theme-dark); } #shopFooter a:hover, #shopFooter .unten #f_text a:hover { color: var(--theme-orange); } .zul_anges_art { background: var(--theme-white)!important; } .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: 1rem; width: .85rem; margin-right: .2rem; margin-bottom: .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(/img/star-outline-h.svg); } .rattext { min-height: 6rem; } .anzBew { padding-bottom: .5rem; } /* card */ .card { display: block; position: relative; border: var(--theme-border); background-color: var(--theme-card-background); border-radius: 1rem; 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: 0 0 25px -5px rgba(0,0,0,.25); transform: translateY(-.2rem) translateZ(0); } .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); width: 100%!important; } .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!important; } .mt-2 { margin-top: 1rem!important; } .mt-4 { margin-top: 2rem!important; } .mt-6 { margin-top: 3rem!important; } .mt-4 { margin-top: 2rem!important; } .mb-2 { margin-bottom: 1rem!important; } .mb-4 { margin-bottom: 2rem!important; } .mb-6 { margin-bottom: 3rem!important; } .mb { margin-bottom: var(--padding); } .p-0 { padding: 0!important; } .p-1 { padding: 1rem!important; } .p-4 { padding: 2rem!important; } .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; font-size: 1rem; text-transform: uppercase; color: var(--theme-black); border-radius: 2rem; cursor: pointer; transition: all .3s ease-out; user-select: none; } button:hover, .button:hover { background-color: var(--theme-success); color: var(--theme-text); } button.big, .button.big { width: 100%; padding: 1rem .5rem; font-size: 1rem; text-align: center; text-transform: uppercase; } button.big.icon:before, .button.big.icon:before { content: ''; background-repeat: no-repeat; background-position: center; background-size: 1.5rem; display: inline-block; margin-right: .5rem; 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); color: var(--theme-white); margin-top: 1rem; } button.cancel { margin-right: 1rem; } .button-group { display: grid; grid-gap: var(--padding); grid-template-columns: 1fr 1fr; } .button-group > .button, .button-group > button { text-align: center; } /* 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: 100%; } 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: .5rem; 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; } #shopLayer input[disabled] + label { display: none!important; } .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-left-radius: .5rem; border-bottom-left-radius: .5rem; } .inp_wrapper[data-typ="number-custom"] > div.inc { border-top-right-radius: .5rem; border-bottom-right-radius: .5rem; } .inp_wrapper[data-typ="number-custom"] { height: 2.5rem; 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[data-typ="number-custom"] input[type=number] + label { transform: translate(-0.8rem, -2.8rem); } .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; } .inp_wrapper.delete.required label { display: none; } /* toggle (css only radio group) */ .toggle { display: flex; border: var(--theme-border); border-radius: 2rem; background-color: var(--theme-light); } .toggle > button { flex: 1; padding: 1rem; background-color: transparent; color: var(--theme-text); box-shadow: none; transition: color .3s ease-out; z-index: 2; } .toggle > button.active { color: var(--theme-text); } .toggle > button:first-of-type { border-left: none; } .toggle:after { content: ''; position: absolute; top: 0; left: 0; height: 100%; background-color: var(--theme-accent-medium); transition: left .4s ease-out; border-radius: 2rem; } .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: .5rem 0; border-bottom: var(--theme-divider); color: var(--theme-text); } .table td a { color: var(--theme-text); } .table.no-border td { border-bottom: none; } .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: var(--theme-white) url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="7" viewBox="0 0 11 7"><path fill="%23737981" d="M0 1.3l4.8 4.9.7.6.7-.6L11 1.3 9.7 0 5.5 4.2 1.3 0"/></svg>') no-repeat 95% 50%; background-size: 1.25rem; box-shadow: 0px 0px 10px rgba(0,0,0,.2); border-radius: .5rem; } .css_dropdown ul { display: block; position: absolute; z-index: 20; margin-top: 0; background-color: var(--theme-card-background); border-radius: .5rem; box-shadow: 0px 0px 10px rgba(0,0,0,.2); 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: .5rem .5rem .5rem 1rem; text-align: left; color: var(--theme-text); cursor: pointer; } .css_dropdown ul li { border-bottom: var(--theme-divider); } /* Tooltip <span class='tooltip'>Hover mich<div class='tooltiptext'>Lorem Ipsum</div></span> */ .tooltip { display: inline-block; border-bottom: 1px dotted var(--theme-text); position: relative; } .tooltip .tooltiptext { opacity: 0; visibility: hidden; transform: translate(0%, 1rem); top: 0; left: 0%; width: 24rem; background-color: black; color: white; text-align: left; padding: var(--padding); border-radius: var(--theme-radius-small); position: absolute; z-index: 11; 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: 20rem; } .PGerror, .PGwarning, .PGsuccess { border-radius: var(--theme-radius-small); padding: var(--padding); display: flex; gap: var(--padding); align-items: center; justify-content: right; 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; } #user-feedback-wrapper { position: fixed; z-index: 99; pointer-events: none; top: 5rem; 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; padding: .5rem 1rem; } #pers_submen a { background-color: var(--theme-medium); color: var(--theme-text); } #pers_submen a.active, #pers_submen a:hover { background-color: var(--theme-black); color: var(--theme-white); } #pers_submen { margin-bottom: 3rem; } #pers_submen .button { text-transform: unset; } .picva { width: 5rem; display:block; } .tab_k { margin-bottom: .5rem; } #bestellabschluss { text-align: center; } #megaBestellabschluss { display:block; height:14rem; width: 14rem; border-radius: 14rem; background: var(--theme-success); margin: 5rem auto 3rem auto; position:relative; } #megaBestellabschluss:before{content:' ';display:block;height:inherit;width:inherit;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="10" viewBox="0 0 13 10"><style type="text/css">.st0{fill:%23FFF;}</style><path class="st0" d="M0 5l2.9 2.9 2.1 2.1 2.2-2.1 5.7-5.8-2.2-2.1-5.7 5.7-2.8-2.8z"/></svg>') no-repeat 50% 50%; background-size:150px;animation: wobbel 1s 1 linear} #bestellabschluss p { text-align: center; font-size: 1.25rem; line-height: normal; } #bestellabschluss p span { font-size: 1rem; } #bestellabschluss form { width: max-content; margin: 0 auto;} #bestellabschluss form button { margin-top: 2rem; } #bestellabschluss h3 { font-size: 1.5rem; font-weight: bold; } .datenschutz-grid + input.button { float: right; } .card[data-za="2"] .zacheck .icon, .zacheckbue[data-za="2"] { background-image: url(/img/f_ls.svg); } .card[data-za="3"] .zacheck .icon, .zacheckbue[data-za="3"] { background-image: url(/img/f_vk.svg); } .card[data-za="4"] .zacheck .icon, .zacheckbue[data-za="4"] { background-image: url(/img/f_dhl-nachnahme.svg); } .card[data-za="5"] .zacheck .icon, .zacheckbue[data-za="5"] { background-image: url(/img/f_bar.svg); } .card[data-za="7"] .zacheck .icon, .zacheckbue[data-za="7"] { background-image: url(/img/f_rg.svg); } .card[data-za="8"] .zacheck .icon, .zacheckbue[data-za="8"] { background-image: url(/img/f_pp.svg); } .card[data-za="9"] .zacheck .icon, .zacheckbue[data-za="9"] { background-image: url(/img/f_kk.svg); } .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;} #shopLayer[data-pp="agb"] .zul_anges_art, #shopLayer[data-pp="dat"] .zul_anges_art, #shopLayer[data-pp="wid"] .zul_anges_art { display:none; } #shopLayer[data-pp="agb"] .htm_include ul li,#shopLayer[data-pp="dat"] .htm_include ul li, #shopLayer[data-pp="wid"] .htm_include ul li { margin-left: 1rem; } #shopLayer[data-pp="ticket"] .button.ticket { background-color: var(--theme-accent); color: var(--theme-white); } #shopLayer .datenschutz-grid { grid-template-columns: 1fr; } body button#c-cookie-settings { padding: 1rem 2rem; } #c-cookie-banner { text-align: center; } .ausrichter .c-cookie-info p { text-align: center; } #c-cookie-banner .c-cookie-links { justify-content: center; } .c-cookie-buttons { justify-content: center; } .datenschutz-grid > div > .inp_wrapper { width: 100%; } .inp_wrapper[data-typ="checkbox"] > input { margin: 0; margin-top: .3rem; height: 1.25rem; width: 1.25rem; } .hinweis { background-color: var(--theme-light); padding: 1rem 1rem 1rem 2.5rem; font-weight: bold; border-radius: 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 60 52" style="enable-background:new 0 0 60 52;" xml:space="preserve"><style type="text/css"> .st0{fill-rule:evenodd;clip-rule:evenodd;fill:%23E99B05;}</style><path id="attention" class="st0" d="M4.4,52c-1.6,0-3-0.8-3.8-2.2c-0.8-1.3-0.8-3,0-4.3L26.2,2.2c1.3-2.1,4-2.8,6.2-1.5 C33,1,33.5,1.5,33.9,2.2l25.6,43.3c0.8,1.3,0.8,3,0,4.3c-0.8,1.3-2.3,2.2-3.8,2.2H4.4z M30,12c-2.2,0-4,1.8-4,4v16c0,2.2,1.8,4,4,4 s4-1.8,4-4V16C34,13.8,32.2,12,30,12z M30,48c2.2,0,4-1.8,4-4s-1.8-4-4-4s-4,1.8-4,4S27.8,48,30,48z"/></svg>'); background-size: 1rem; background-position: 1rem 1.25rem; background-repeat: no-repeat; } #help { display: block; position: fixed; z-index: 10; right: -1.3rem; top: 30%; color: var(--theme-black); padding: .5rem 1rem; background-color: var(--theme-orange); transform: rotate(-90deg); cursor: pointer; box-shadow: 0 0 20px -5px rgba(0,0,0,.95); border-top-left-radius: 1rem; border-top-right-radius: 1rem; } #shopLayer #btn-to-top { background-image: url(/img/artikel_weiter.svg); } .frameFS { margin: 0; padding: 1rem; background-color: var(--theme-light); border-radius: 1rem; } .borderradius { border: var(--theme-divider); padding: 1rem; border-radius: 1rem; } #shopLayer[data-pp="aar2"] #pers_submen + div { border: var(--theme-divider); padding: 1rem; border-radius: 1rem; } blockquote { background-color: var(--theme-light); padding: 1rem; margin: 1rem 0; } .fazit { border: var(--theme-divider); border-radius: 1rem; padding: 1rem 1rem 1rem 4rem; margin: 0 auto; font-style: italic; font-size: 1.25rem; background-image: url(/img/greetings.svg); background-size: 2rem; background-position: 1rem 1.25rem; background-repeat: no-repeat; } .fazit a { color: var(--theme-black); border-bottom: 1px dotted var(--theme-black); } .fazit a:hover { color: var(--theme-orange); } .fazit h3 { margin: 0; } #dt-tooltip { background-color: var(--theme-light); padding: var(--padding); }
@media (min-width: 576px) { #k_icons > div > .shBagInh { right: 0; } button, .button { padding: 1rem 2rem; } button.big, .button.big { font-size: 1.25rem; } button.big.icon:before, .button.big.icon:before { background-size: 1.75rem; margin-right: 1rem; } #k_title ul li#phone span { display: inline-block; } #kopf_top_line_inner { padding: 0 1rem; } .foot_infos { overflow: auto; margin-bottom: 0; text-align: left; } .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: 0 1rem 0 0; } #shopFooter #f_text { padding: 2rem; } .rat_stars * { width: 1rem; } .sm-hide { display: none; } .sm-block { display: block; } tr.sm-block { display: table-row; } 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; } body { --padding: 1rem; } }
@media (min-width: 768px) { .shopHeader { position: relative; } html { scroll-padding-top: 2rem; } h1 { font-size: 1.7em; } h2 { font-size: 1.5em; } h3 { font-size: 1.25em; } #k_title ul li:nth-child(2) { display: block; } .k_ausrichter { display: block; } #kopf_top_line { position: relative; } #kopf_top_line.box-shadow { box-shadow: 0 0 25px -5px rgba(0,0,0,.25); } #kopf_top_line_inner { height: 4rem; } #k_logo, #k_icons { width: 16rem; } #k_lupe_2, #k_info, #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;} .foot_infos ul li a#f-js img { width: 100px; } #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; } .advent_tooltipp { width: 80%; left: 10%; top: 2rem!important; } body button#c-cookie-settings { padding: unset; } }
@media (min-width: 992px) { html { scroll-padding-top: 7rem; } #k_men_zeile { height: 3rem; } #kopf_top_line { position: sticky; box-shadow: none; } #kopf_top_line_inner { height: 5rem; } #suchbox { display: flex; width: 50%; align-items: center; } #k_lupe_3 { width: 100%; } #k_lupe_3 input#menSuchStr { width: 100%; max-width: 100%; padding: 0.8rem 1rem;background-color: var(--theme-light); border-radius: 2rem; } #k_lupe_3 > div.lupe { background: rgb(255,255,255) url(/img/search.svg) no-repeat 97% 50%; } #h-ps-filter-toggle, #h-ps-close, #k_lupe_2 { display: none; } #shopLayer.suche-offen #k_logo, #shopLayer.suche-offen #k_icons { display: flex; } #shopLayer.suche-offen #suchbox { width: 50%; } h1 span { font-size: 1rem; } .foot_infos ul.pay { justify-content: start; } .lg-hide { display: none; } .lg-block { display: block; } tr.lg-block { display: table-row; } .advent_tooltipp { width: 64%; left: 18%; top: 2rem; } h2.mobile { display: none; } }
@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 li a#f-js img { width: 130px; } .xl-hide { display: none; } .xl-block { display: block; } tr.xl-block { display: table-row; } .advent_tooltipp { width: 50%; left: 25%; top: 2rem; } }
@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; } }
/* ### htm ### */
.grid-1 { position: relative; } .grid-2 { display: grid; grid-template-columns: 1fr; grid-gap: var(--padding); } .grid-6, .grid-4 { display: grid; grid-template-columns: 1fr 1fr; grid-gap: var(--padding); } .row-span-2 { grid-row: span 2; } .col-span-2 { grid-column: span 2; } .grid-2 .row-span-2 { grid-row: span 1; } .grid-2 .col-span-2 { grid-column: span 1; } .card picture img { width: 100%; height: auto; } .card span.text1 { position: absolute; bottom: 0; left: 0; display: inline-block; background-color: rgba(0,0,0,.5); font-size: 1.25rem; padding: .5rem 1rem; color: var(--theme-white); font-family: 'Header-Font'; } .card span.text1 + picture:after { content: " "; position: absolute; bottom: 0; left: 0; right: 0; background-color: var(--theme-text); height: 0.4rem; display: none; } .grid-1 .card span.text1 { font-size: 2rem; bottom: 40%; right: 0; border-radius: 0; } .grid-1 .card span.text1a { display: block; font-size: 1.25rem; text-align: right; } .grid-2 .card span.text1 { width: 100%; text-align: center; padding: 1rem; } .grid-2 .card:hover { box-shadow: 0 0 25px -5px rgba(0,0,0,.25); } #faq_loesung .faq { background-color: var(--theme-light); padding: var(--padding); margin: 1rem 0; border: var(--theme-border); border-radius: var(--theme-radius-small); box-shadow: var(--shadow-elevation-low); } #faq_loesung .faq_title { font-weight: bold; color: var(--theme-accent-medium); } #faq_loesung .faq_text { padding-left: 1rem; } #faq_start { margin-top: 2rem; } .faq_wrapper { margin-bottom: 2rem; } .special { padding: 2rem 0; background-color: var(--theme-card-background); box-shadow: var(--shadow-elevation-medium); margin-bottom: 2rem; } .ausrichter p { text-align: left; } .starttext h1, .starttext h2 { text-align: left; } .start_box h2 { margin-bottom: .5rem; text-align: left; } .html_herst_liste { display: flex; flex-wrap: wrap; gap: .2rem; margin-bottom: 2rem; } .html_herst_liste_box { text-align: center; background-color: var(--theme-medium); color: var(--theme-text); border-radius: var(--theme-radius-small); padding: .5rem 1rem; } .html_herst_liste_box:hover { background-color: var(--theme-orange); } .alle_her_box { overflow:hidden; border: var(--theme-border); background-color: var(--theme-card-background); border-radius: var(--theme-radius-small); margin-bottom: 2rem; display: grid; grid-template-columns: 1fr 1fr; grid-gap: 1rem; padding: 1rem; } .he_first { background-color: var(--theme-medium); color: var(--theme-text); border-radius: var(--theme-radius-small); padding: .5rem 1rem;} .he_first[data-buchstabe=""] { display: none; } .faq_wrapper details { margin-bottom: var(--padding); } .faq_wrapper details[open] summary { border-bottom: var(--theme-divider); padding-bottom: var(--padding); } .faq_wrapper details p { font-style: italic; } .htm_include { margin-bottom: 2rem; } .htm_include nav ul li a.alvl_1 { font-size: 1rem; padding: .25rem .25rem .25rem 0; display: block; white-space: nowrap; font-weight: bold; } .htm_include nav ul li a.alvl_2 { padding: 0 .25rem .25rem 1rem; display: block; } .htm_include nav#men_1 .lvl_1 { width: 100%; column-count: 1; column-gap: 1rem; border-bottom: var(--theme-divider); padding: 2rem 0; margin-bottom: 2rem; position: relative; } .htm_include nav#men_1 #men_ul_id_1.lvl_1 { margin-top: 2rem; } .htm_include nav ul li { width:100%; list-style:none; margin-bottom: .15rem; } .htm_include nav ul.lvl_2 li { background: url(/img/list_bg.svg) no-repeat 0 .5rem; background-size: auto; background-size: .8rem; } .htm_include nav .lvl_1 > li.head { font-size: 1.5rem; padding: 0; width: 100%; position: absolute; top: -1rem; left: 0; font-size: 1.5rem; } .htm_include nav ul li a { color: var(--theme-text); } .htm_include nav ul li.active a { background-color: var(--theme-accent-light); color: var(--theme-text); } .htm_include nav ul li a:hover { color: var(--theme-accent-medium); } .htm_include p a, .start_text p a, .banner_suchergebnis p a, .htm_include tr td a, .htm_include form label a, .htm_include ul.mleft li a { color: var(--theme-black); border-bottom: 1px dotted var(--theme-black); } .htm_include p a.button { border: 0; } .htm_include p a:hover, .start_text p a:hover, .banner_suchergebnis p a:hover, .htm_include tr td a:hover, .htm_include form label a:hover, .htm_include ul.mleft li a:hover { color: var(--theme-text-hover); border-bottom: 1px dotted var(--theme-text-hover); } .htm_include.versand h3 { margin-bottom: 0; } .htm_include nav ul.men_Service li a.alvl_1 { font-weight: normal; background-color: var(--theme-light); } .flex-box .flex-menu nav ul { margin: 0; } .flex-box .flex-menu nav ul li h1 { margin: 0; font-size: 1.5em; } .flex-box .flex-content { width: 100%; } .flex-box .flex-content img.full { margin: 0; } .zul_anges_art { display:none; } .start_service {display: flex;flex-wrap: wrap;width: 100%;justify-content: space-between;background-color: var(--theme-light);padding: 1rem;margin: auto;box-sizing: border-box;} .start_service a {width: 100%;height: 100%;padding: 5.5rem 0 1rem 0;background-position: 50% 1rem; background-size: 4rem; background-repeat: no-repeat; } .start_service a.box1 {background-image: url(/img/bg-merkliste.svg); } .start_service a.box2 {background-image: url(/img/bg-merkliste.svg); } .start_service a.box3 { background-image: url(/img/bg-merkliste.svg); } .start_service span { width: 100%;display: block;padding: .2rem;box-sizing: border-box;text-align: center; color: var(--theme-text); } .start_service span.tex1 { font-size: 1.25rem;letter-spacing: 0.10em;text-transform: uppercase;color: var(--theme-accent-dark); } .start_service span.tex2 { font-size: 1rem; } .faq_url_gruppe { font-size: 1.25rem; text-align: left;border-bottom: var(--theme-divider); padding-bottom: 1rem; } .faq_url_frage { font-size: 1rem; display: block;padding-left: 1.5rem;position: relative;transition: 0.4s;} .faq_url_frage:hover { color: var(--theme-text-hover); } .faq_url_frage_aktiv { font-size:1.15rem; color: var(--theme-text-hover); font-weight: bold; padding: 1rem; background-color: var(--theme-light); } .faq_url_gruppe, .faq_url_frage { margin-bottom: 1.25rem; color: var(--theme-text); } .faq_url_gruppe:hover, .faq_url_frage:hover { } .faq_url_frage_aktiv { margin-bottom: 0; } .faq_url_antwort { margin-bottom: 2rem; padding: 0 1rem 1rem 1rem; background-color: var(--theme-light); } .faq-abstand { width:100%;height:2rem; } .faq_url_antwort a { color: var(--theme-accent); } .faq_url_antwort a:hover { color: var(--theme-text-hover); } .faq_url_antwort ul { margin-top:1rem; } .faq_url_antwort ul li { line-height: 1.5rem; list-style: disc; margin: .5rem 0 .5rem 2rem; } .faq_url_antwort ul.se.list_se { max-width:100%; } .faq_url_antwort ul li.art_box { list-style:none; margin: 1% 2% 1% 0; width: 32%; } .faq_url_antwort ul li.art_box:nth-child(3n) { margin-right:0; } .faq_url_antwort p { margin:0 0 1rem 0; line-height: 1.5rem; } .faq_url_antwort h3 { margin-top:2rem; } .faq_url_frage:before { display:inline-block; content:''; width:1.5rem; height:1.25rem; background:url(/img/pfeil_down.svg) no-repeat 0 80%; background-size: 1rem;position: absolute;left: 0;} .faq_url_frage.faq_url_frage_aktiv:before { display:none; } .faq .button-group { grid-template-columns: 1fr; margin-bottom: 2rem; } .faq .accordion { background-color: var(--theme-white); color: var(--theme-text); cursor: pointer; padding: 1.25rem; width: 100%; border-radius: 0; border: var(--theme-divider); text-align: left; outline: none; font-size: 1rem; transition: 0.4s; text-transform: none; border-top-left-radius: 1rem; border-top-right-radius: 1rem; } .faq .active, .accordion:hover { background-color: var(--theme-medium); } .faq .active { font-size: 1.25rem; font-weight: 400; } .faq .accordion:after { content: '\002B'; font-weight: bold; float: right; } .faq .active:after { content: "\2212"; } .faq .panel { padding: 0; margin-bottom: 1rem; background-color: var(--theme-light); max-height: 0; overflow: hidden; transition: max-height 0.2s ease-out;} .faq .panel p { padding: 0 1rem; } .flexbox { display:flex; justify-content: center; flex-wrap: wrap; } .flexbox.space { justify-content: space-between; } .flexbox a.box { display:block; width:100%; padding:1rem; box-sizing:border-box; margin-bottom: 1rem; } .flexbox.nowrap { flex-wrap: nowrap; } .flexbox .box100 { display:block; width:100%; padding:1rem 2rem; box-sizing:border-box; } .flexbox .box30 { display:block; width:100%; padding: 1rem; box-sizing:border-box; } .flexbox .box40 { display:block; width:100%; padding: 1rem; box-sizing:border-box; } .flexbox .box50 { display:block; width:100%; padding: 1rem; box-sizing:border-box; } .flexbox .box60 { display:block; width:100%; padding: 1rem; box-sizing:border-box; } .flexbox .box70 { display:block; width:100%; padding: 1rem; box-sizing:border-box; } #html-blog .grid-4 { grid-template-columns: 1fr; } .blog_vorschau h2 { overflow: hidden; text-overflow: ellipsis; font-size: 1.25rem; } #html-blog .blog_vorschau a { border: 0; } #html-blog .blog_vorschau a:hover { color: var(--theme-black); } .blog_vorschau .mehr { border-bottom: 1px dotted var(--theme-black); transition: all 0.5s; } .blog_vorschau .mehr:hover { color: var(--theme-orange); } .blogtext .text h2 { height: auto; } .blog_archiv { background: var(--theme-dark); padding: 1.5rem; border-radius: var(--theme-radius-small); box-shadow: var(--shadow-elevation-medium); margin-bottom: 1rem; } .blog_archiv_ul { margin: .5rem 0 0 0; } .blog_vorschau.card { padding: 1rem; border: var(--theme-divider); transition: all 0.5s;} .blog_vorschau.card:hover { transform: translateY(-.2rem) translateZ(0); box-shadow: 0 0 25px -5px rgba(0,0,0,.25); } .blog_vorschau.card a { color: var(--theme-black); } .blog_vorschau img { width: calc(100% + 2rem); max-width: unset; margin-left: -1rem; margin-top: -1rem; } .flex-blog { padding: 1rem; border: var(--theme-divider); border-radius: 1rem; } .flex-blog img { width: auto; } .flex-blog ul li { padding: .5rem 0 .5rem 1.75rem; list-style: none; background: url(/img/list_bg.svg) no-repeat 0 1rem; background-size: 1rem; } .flex-blog ul li.art_box { margin: 0; padding: 0; background: unset; } .flex-blog .highlight { font-weight: bold; padding: .5rem 0 .5rem 1.75rem; margin: 0; list-style: none; background: url(/img/list_bg.svg) no-repeat 0 1rem; background-size: 1rem;} .flex-blog-archiv.card .blog_vorschau.card { padding: 0; box-shadow: unset; border: unset; } .blog_archiv_news_ul { display: grid; grid-gap: var(--padding); grid-template-columns: 1fr; } .blog_archiv h3 { margin: 0; } .blog_archiv_ul li { margin-left: 1rem; } .blog_archiv_ul li a:hover, .blog_zuruck a:hover, .blogtext .mehr:hover { color: var(--theme-accent-dark); } .gast { display: inline-block; position: absolute; top: -1rem; padding: .5rem 1rem; background-color: var(--theme-black); color: var(--theme-white); margin-left: -1rem; } .flex-blog .gast { top: 8rem; margin-left: 0; } #bewertungen .auto-style2 { border-bottom: var(--theme-divider); } #bewertungen .auto-style2 img { display: block; width: 200px; max-width: 200px !important; } #bewertungen table.auto-style2 tr {display: flex;flex-wrap: wrap;} #bewertungen .flex-container {display: flex;align-items: stretch; flex-wrap: wrap; justify-content: space-between; } #bewertungen .flex-container > div { width: 100%; margin: 1rem 0; background-color: var(--theme-light); padding: 1rem; text-align: center; border-radius: 1rem; } #bewertungen .rat_eine { padding: 1rem 0; } #bewertungen .aa_rating_note { margin-left: .25rem; } #bewertungen .aa_rating_text { font-size: 1rem; } #bewertungen .aa_rating_titel { font-weight: bold; } #bewertungen .aa_rating_typen { opacity: .5; } #bewertungen .rat_eine img { display: inline; width: 1rem; margin-right: .2rem; } #bewertungen .rat_balken_hint {background: var(--theme-white);width: 6rem;display: block;height: 1rem;} #bewertungen .rat_balken { background:#EDB429; height: 1rem; } #bewertungen .rat-tab table { margin: 0 auto; } #bewertungen .rat-tab table tr:first-child { display: none; } #bewertungen .star-img img { height: 1rem; } #bewertungen .auto-style2 tr td { vertical-align: top; } #bewertungen .auto-style2 tr td:first-child img { margin: 1rem 1rem 1rem 0; } .start_23 { width: 100%; margin: 2% 0 0 0; display: flex; flex-wrap: wrap; } .start_23 a { display: block; width: 100%; height: 100%; border-radius: .5rem; } .start_23 a:hover { box-shadow: 0 0 25px -5px rgba(0,0,0,.25); transform: translateY(-.2rem) translateZ(0); } .start_23 .breit { width: 100%; height: 400px; margin: 0 0 1rem 0; position: relative; } .start_23 .schmal { width: 100%; height: 400px; margin: 0 0 1rem 0; position: relative; } .start_23 .schmal1 { width: 100%; height: 400px; margin: 0 0 1rem 0; position: relative; } .start_23 .schmal img {display: block; text-align: center; margin:0 auto;/* padding-top: 15%;max-height: 315px;max-width: 100%;*/} .start_23 .schmal1 img {display: block; text-align: center; margin:0 auto; padding-top: 15%;max-height: 315px;max-width: 100%;} .start_23 .schmal .text1 {display: block; background: rgba(249,246,245,0.5); font-size: 1.5rem; text-transform: uppercase; padding: 1rem 1.5rem 1rem 1rem; text-align: right; position: absolute; width: 100%; bottom: 0; letter-spacing:.2rem; color: var(--theme-black); } .start_23 .schmal .text1 .text1a { display:block; font-size: .9rem; text-align: right; font-family: 'Alternative-Font'; text-transform:none; } .start_23 .schmal .text2 { display: block; font-size: 1rem; padding: 0 1.5rem 1rem 1rem; text-align: right; font-family: 'Alternative-Font'; } .start_23 .schmal article {height:100%;} .start_23 .schmal article a {display:block;height:100%;} .start_23 .schmal article a img { max-width: 500px; margin: 0 auto; } .start_23 .breit .text1 { font-size: 1.5rem; display: block; background: rgba(249,246,245,0.5); padding: 1rem 1.5rem 1rem 1rem; bottom: 0;position: absolute; text-transform: uppercase; right:0; width:100%;text-align: right;letter-spacing:.2rem; line-height: normal; color: var(--theme-black); } .start_23 .breit .text1 .text1a { display:block; font-size: .9rem; text-align: right; font-family: 'Alternative-Font'; text-transform:none; } .start_23 .schmal1 .text1 { display: block; background: rgba(249,246,245,0.5); font-size: 2rem; text-transform: uppercase; padding: 1rem 1.5rem 1rem 1rem; text-align: right;position: absolute;width: 100%;box-sizing: border-box;bottom: 0;letter-spacing:.2rem;} .start_23 .schmal1 .text1 .text1a { display: block; font-size: .9rem; text-align: right; font-family: 'Alternative-Font'; text-transform:none; } .start_23 .breit img, .start_23 .schmal img { position: absolute; width: 100%; height: 100%; object-position: 50%; display: block; object-fit: cover; border-radius: 1rem; } .start-insta { width:100%; margin: 0 auto 2rem auto; background-color: var(--theme-light); padding: 1rem; border-radius: 1rem; } .start-insta .insta-um { display: flex; flex-wrap: wrap; justify-content: space-between; } .start-insta .insta-um span { width: 47%; aspect-ratio: 1 / 1; background-repeat: no-repeat; background-size:cover; background-position: 50% 50%; margin: 0 0 1rem 0; transition: all 0.5s; } .start-insta .insta-um span:nth-child(2n) { margin-right:0; } .start-insta .insta-text-1 { display: block; font-size: 1.5rem; text-transform: uppercase; padding: 2rem 0 .5rem 0; text-align: right; color: var(--theme-black); } .start-insta .insta-text-2 { display: block; font-size: .9rem; padding: 0 0 2rem 0; text-align: right; font-family: 'Alternative-Font'; letter-spacing: .2rem; color: var(--theme-black); } .start-insta .insta-um span:hover { box-shadow: 0 0 25px -5px rgba(0,0,0,.25); transform: translateY(-.2rem) translateZ(0); } .breit100 { width: 100%; margin-bottom: 2rem; } .breit100 #start-bewert { background-color: var(--theme-light); display: flex; justify-content: center; flex-wrap: wrap; width: 100%; height: 100%; padding: 1rem 1.5rem; text-align: center; text-transform: uppercase;letter-spacing: .2rem; position:relative; color: var(--theme-black); border-radius: 2rem; } #start-bewert span { font-size: 1.25rem; padding: 0 .5rem; } #start-bewert img { width: 1.25rem; margin: 0 .2rem; } .breit100 #start-bewert:hover { box-shadow: 0 0 20px -5px rgba(0,0,0,.5); transform: translateY(-.2rem) translateZ(0); } .start-5 { display:flex; justify-content: center; flex-wrap: wrap; margin: 0 auto 2rem auto; } .start-5 a { width: 48.5%; height: 300px; background-repeat:no-repeat;background-size:contain;background-position: 50% 50%;margin: 0 2% 2% 0;position:relative; border: var(--theme-divider); border-radius: .5rem; } .start-5 a .text1 { display: block; width:100%; position: absolute; bottom: 2rem; text-align: center; font-size: 1rem; letter-spacing: .2rem; line-height: normal; color: var(--theme-black); } .start-5 a:nth-child(2n) {margin-right:0;} .start-5 a:hover { box-shadow: 0 0 25px -5px rgba(0,0,0,.25); transform: translateY(-.2rem) translateZ(0); } .start-3 { width:100%; display:flex; justify-content: center; flex-wrap: wrap; margin: 0 auto 3rem auto; } .start-3 a { width: 48.5%; height: 260px; background-repeat: no-repeat; background-size:80%; background-color: var(--theme-light); background-position: 50% 5%;margin: 0 2% 2% 0;position:relative; border-radius: .5rem; } .start-3 a#workshop { background-size: contain; background-position: 50% 0; } .start-3 a .text1 { display: block; width:100%; position:absolute; bottom:2rem; text-align:center; font-size: 1rem; letter-spacing:.2rem; color: var(--theme-black); } .start-3 a:nth-child(2n) { margin-right:0; } .start-3 a:hover { box-shadow: 0 0 25px -5px rgba(0,0,0,.25); transform: translateY(-.2rem) translateZ(0); } .start_text_desk { display: none; } .faq_gruppeFS { border-top: .2rem solid var(--theme-accent-dark); padding: .5rem; text-align: center; margin: 2rem 0 .5rem 0; font-size: 2rem; font-family: 'Header-Font'; } .flex_container_fs { display: flex; flex-wrap: wrap; justify-content: space-between; } .flex_container_fs div { width: 100%; padding: 1rem; margin: 0 0 1rem 0; background-color: var(--theme-light); text-align: center; border-radius: 1rem; } .htm_include .grid-1 h1 { position: absolute; color: var(--theme-white); top: 2rem; right: 1rem; width: 60%; text-shadow: 1px 1px 2px black; text-align: right; font-size: 1.5rem; } .htm_include .grid-1 h1.small { font-size: 1.25rem; } .htm_include .button { color: var(--theme-text); } .htm_include .button:hover { color: var(--theme-text); } iframe#joyclub { width: 100%; height: 500px; margin-bottom: 2rem; border-radius: 1rem; } .workshop ul li { margin-left: 0; list-style: none; padding: .5rem 0 .5rem 1.5rem; background: url(/img/list_bg.svg) no-repeat 0 .8rem; background-size: 1rem; } .workshop ul li a { color: var(--theme-black); border-bottom: 1px dotted var(--theme-black); } .workshop ul li a:hover { color: var(--theme-orange); } .workshop { border: var(--theme-divider); border-radius: 1rem; padding: 0 1rem 1rem 1rem; margin-bottom: 2rem; } .workshop h3 { font-size: 1.5rem; } .workshop h4 { font-size: 1.25rem; } .workshop_termine { background-color: var(--theme-light); padding: .5rem .5rem .5rem 1rem; border-radius: 1rem; } .ws_termin { font-weight: bold; } .workshop .button { margin-bottom: 2rem; } #kontaktformu { max-width: 950px; margin: 0 auto; border: var(--theme-divider); padding: 1rem; border-radius: 1rem; } #kontaktformu input, #kontaktformu label, #kontaktformu textarea, #kontaktformu select { max-width: 100%; } #kontaktformu label { width: auto; max-width: 95%;; } #kontaktformu input#check_kontakt { width: 1.5rem; height: 1.5rem; } #kontaktformu input#check_Eigentum { width: 1.5rem; height: 1.5rem; } #service .card picture img { display: block; width: 80%; aspect-ratio: 1/1; margin: 0 auto; padding-bottom: 2rem; } #service .grid-6 a { border: var(--theme-divider); } #service .grid-6 a.card span.text1 { width: 100%; text-align: center; background-color: var(--theme-light); left: auto; right: 0; bottom: 0; color: var(--theme-black); font-size: 1rem; } .hersteller .alle_her { width: 48%; aspect-ratio: 1 / 1; text-align:center; background-color: var(--theme-white); border-radius: 1rem; border: var(--theme-divider); position:relative; margin-bottom: 1rem; transition: all 0.5s;} .hersteller .alle_her:hover { transform: translateY(-.2rem) translateZ(0); box-shadow: 0 0 25px -5px rgba(0,0,0,.25); } .hersteller .alle_her img { padding: 1rem; max-width: 100%; max-height: 80%;} .hersteller .alle_her > a { display: block; padding-top: 1rem; padding-bottom: 1rem; position: absolute; bottom: 0; width: 100%; color: var(--theme-accent); } .hersteller .alle_her.nologo > a {bottom: 60px;color: #999;font-weight: 400; } .hersteller .her_graf {height:50px;} .hersteller .alle_ag_von_her a {text-align:center;overflow:hidden;display:block;padding:5px;} #her_A, #her_B, #her_C, #her_D, #her_E, #her_F, #her_G, #her_H, #her_I, #her_J, #her_K, #her_L, #her_M, #her_N, #her_O, #her_P, #her_Q, #her_R, #her_S, #her_T, #her_U, #her_V, #her_W, #her_X, #her_Y, #her_Z, #her_0, #her_1, #her_2, #her_3, #her_4, #her_5, #her_6, #her_7, #her_8, #her_9, #her_0-9 { width: 48%; aspect-ratio: 1 / 1; text-align:center; background: var(--theme-accent); border-radius: 1rem; font-size:100px; line-height: 183px; color: var(--theme-white); margin-bottom: 1rem; } .hersteller *[data-buchstabe] {float: left; clear: none} .hersteller .html_herst_liste_box {width: 3rem; height: 3rem; border-radius: .25rem; display: inline-block; margin: 0 .5rem .5rem 0; text-align: center; border: var(--theme-divider); white-space: nowrap;} .hersteller .her_alle_pichold { width: 100%; height: 100%; } .hersteller .her_alle_pichold a { display: block; width: 100%; height: 100%; } .flag_container { display: flex; justify-content: center; flex-wrap: wrap; } .flag_container img { width: 50px; margin: 1rem .5rem; } .frame_tab h3 { text-align: center; } .tab_hinweis { background-color: var(--theme-light); padding: 1rem; font-style: italic; } #frascheTabelle { width: 100%; } #frascheTabelle th { text-align: left; padding: .5rem 0 .5rem .5rem; background-color: var(--theme-light); } #frascheTabelle th:last-child { padding-right: .5rem; } #frascheTabelle td { padding: .5rem .5rem .5rem 0; border-bottom: var(--theme-divider); } .flagsmal img { width: 4rem; margin-right: 1rem; } .meineinkauf { width: 100%; max-width: 300px; margin: 0 auto; } .grid-4.icon-versand .text1 { background-color: transparent; color: var(--theme-black); width: 100%; text-align: center; bottom: 0; padding: 0; font-size: 1rem; } .grid-6.produkte a { border: var(--theme-divider); border-radius: 1rem; } .grid-6.produkte a.card span.text1 { width: 100%; text-align: center; background-color: var(--theme-light); left: auto; right: 0; bottom: 0; color: var(--theme-black); font-size: 1rem; } .grid-6.produkte a img { display: block; width: 80%; margin: 1rem auto 2rem auto; } #einzelfotos ul { padding: 0; } #einzelfotos ul li {height:260px; width:212px; float:left; padding:0px;list-style-type: none; margin-left: 32px;background-size: 10rem;} #einzelfotos ul.job li {height:auto!important;width: auto;float: none;margin: 0;position: relative;padding: .5rem 0 .5rem 2rem;list-style: none;background: url(/img/list_bg.svg) no-repeat 0 .75rem;background-size: 1rem;} #einzelfotos p.name {text-align: center;font-family: Open Sans!important; font-size: 1rem!important; font-weight: 600!important; color: #6C1911; padding-top: 180px; margin-bottom: -5px!important;} #einzelfotos p.berufsbezeichnung {text-align: center; font-family: Open Sans!important; font-size: .8rem!important;} section.spalten-2 { display: flex; flex-wrap: wrap; } .mitarbeiter-box { width: 100%; padding: 1rem; margin: 0 0 1rem 0; border-radius: 1rem; border: var(--theme-divider); } .mitarbeiter-box ul li { margin-left: 0; list-style: none; padding: .5rem 0 .5rem 1.5rem; background: url(/img/list_bg.svg) no-repeat 0 .8rem; background-size: 1rem; } .main-pic { display: block; margin: auto; width: 35%; border-radius: 120px;} .hunde { width: 32.5%; margin-left: 11%; border-radius: 5rem;} .back_fs { background: var(--theme-light); padding: 1rem; } .nlanmeldung { display:flex; flex-wrap : wrap; justify-content: space-between; width:100%; margin:0 auto; } .nlanmeldung .box1 { width: 100%; padding: 1rem 2rem; background-color: var(--theme-light); margin-bottom: 2rem; border-radius: 1rem; } .nlanmeldung .box2 { width: 100%; padding: 1rem 2rem; background-color: var(--theme-light); border-radius: 1rem; margin-bottom: 2rem; } .nlanmeldung h1, .nlanmeldung h2 { border-bottom: var(--theme-divider); padding-bottom: 1rem; } .nlanmeldung h2.noborder {border: 0; padding: 0;margin: 1rem 0 .5rem 0;} .videos .vframe iframe { aspect-ratio: 16/9; border-radius: 1rem; } .videos .vframe { width: 100%; padding: 1rem; border: var(--theme-divider); border-radius: 1rem; margin-bottom: 1rem; } .videos .vframe img { border-radius: 1rem; } .videos .video-container { position: relative; overflow: hidden; width: 100%; } .videos .vframe .button { margin: 1rem 0; } /* Flipbox */ .elementor-container { display: flex;flex-wrap:wrap;margin-right: auto;margin-left: auto;margin-bottom:3rem;position: relative; } .elementor-widget-container {transition: all 0.5s ease;;margin:0;height:100%;} .elementor-column-33 {width: 100%; position: relative; height: 275px; margin: 0 0 3% 0; border: var(--theme-divider); border-radius: 1rem; transition: all 0.5s; overflow: hidden; } .elementor-column-33:hover { box-shadow: 0 0 25px -5px rgba(0,0,0,.25); } .elementor-column-33:nth-child(2n), .elementor-widget-container {margin-right:0;} .elementor-column-44 {width: 100%; position: relative; height:238px; margin: 0 0 3% 0;} .elementor-column-44:nth-child(2n), .elementor-widget-container {margin-right:0;} .elementor-widget-wrap {display: flex;position: relative;width: 100%;height:100%;flex-wrap: wrap;align-content: flex-start;} .elementor-element {width:100%;height:100%;} .elementor-widget-container.new {background-color:rgb(145,180,63);display: flex;justify-content: center;align-items: center;border-radius: .5rem;} .elementor-widget-container.new h2 {font-size:3rem;text-align:center;} .elementor-flip-box {perspective: 1000px;transform-style: preserve-3d;height:100%;position: relative;cursor: pointer;} .elementor-element p { margin: 0; } .elementor-flip-box-front { background-position: 50% 1rem; background-repeat: no-repeat; background-size: contain; transform: none; z-index: 1; backface-visibility: hidden;position: absolute;width: 100%;height: 100%;transition: all .9s ease-in-out;touch-action:auto; border-radius: 1rem; } .elementor-container.top .elementor-flip-box-front { background-position: 50% 0; } .elementor-flip-box-back { display:block; transform-style: preserve-3d;backface-visibility: hidden;position: absolute;width: 100%;height: 100%;transition: all .9s ease-in-out;background-color: var(--theme-medium);touch-action:auto; border-radius: 1rem; } .elementor-flip-box-back { transform: rotateX(0) rotateY(-180deg); } .elementor-flip-box:hover .elementor-flip-box-front { transform: rotateX(0) rotateY(180deg); } .elementor-flip-box-front:hover {transform: rotateX(0) rotateY(180deg);} .elementor-flip-box:hover .elementor-flip-box-back { transform: none; } .elementor-flip-box-layer-overlay { display: flex;justify-content: center;width: 100%;height: 100%; padding: .5rem 1rem; align-items: center; } .elementor-flip-box-front .elementor-flip-box-layer-inner h3 {font-size:1.5rem;text-align:center;position: absolute;width: 100%;padding: 1rem;bottom: 0;font-family: 'Header-Font';font-weight: normal; margin: 0; background-color: var(--theme-light); } .elementor-flip-box-back .elementor-flip-box-layer-inner h3 {font-size:1.5rem;text-align:center;margin-bottom:1rem;margin-top:0;} .elementor-flip-box-front .elementor-flip-box-layer-overlay { padding: 0; } .elementor-flip-box-front .elementor-flip-box-layer-inner { width: 100%; } .elementor-flip-box .button {display:inline-block;max-width: max-content;margin: 1rem auto;font-size:1rem;padding: 1rem; background: rgb(0,0,0);} .elementor-flip-box-layer-inner {text-align:center;} .elementor-flip-box-layer-description { color: var(--theme-text); } /* Wunschlisten */ .wunschliste .grid-1 .logo { display: block; background: rgba(0,0,0,0); position: absolute; width: 23%; left: 1rem; bottom: 1rem; z-index: 2; } .wunschliste .grid-1 .logo img { border-radius: 100%; border: 2px solid white; transition: all 0.5s; } .wunschliste .grid-1 .logo img:hover { transform: translateY(-.2rem) translateZ(0); } .danke { margin: 0 auto 3rem auto; background-color: var(--theme-light); 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-rule:evenodd;clip-rule:evenodd;fill:%23C18787;stroke:%23C18787;stroke-width:0.5;stroke-miterlimit:10;}</style><g id="heart"> <path class="st0" d="M52.7,35.1C52.5,35.3,33.8,55,33.8,55c-2,2.1-5.3,2.1-7.3,0c0,0-17-18-18.8-20c-6.4-6.7-6.4-17.7,0-24.4  c6.2-6.5,16.1-6.7,22.5-0.5c6.4-6.2,16.3-6.1,22.5,0.5C59.1,17.3,59.1,28.3,52.7,35.1z"/></g></svg>'); background-size: 1.25rem; background-repeat: no-repeat; background-position: 1.5rem 1.2rem; padding: 1rem 2rem 1rem 3.5rem; font-size: 1rem; border-radius: 2rem; } .wunschliste .borderframe_tab2 { padding: 1rem; background-color: var(--theme-medium); text-align: center; border-radius: 1rem; } .wunschliste .borderframe_tab2 p { margin: 0; } .wunschliste h1 { margin-bottom: 2rem; } .wunschliste h1 span { text-align: left; } .wunschliste .gruss { border: var(--theme-divider); border-radius: 1rem; padding: 1rem 1rem 1rem 4rem; margin: 0 auto; font-style: italic; background-image: url(/img/greetings.svg); background-size: 2rem; background-position: 1rem 1.25rem; background-repeat: no-repeat; } .topartikel { border: var(--theme-divider); border-radius: 1rem; padding: 0 1rem 1rem 1rem; margin: 0 auto 2rem auto; } #shopLayer .advent_tab { background-image: url(/img/bg-adventskalender.jpg)!important; padding-bottom: 12rem; } #shopLayer .advent_text { bottom: -12rem; } #advent_ueb { color: var(--theme-white); font-family: 'Header-Font'; } .adventx { width: 1.5rem; height: 1.5rem; } #shopLayer .advent_td { width: 4rem; } #shopLayer .advent_tag { padding: .5rem; } #shopLayer .advent_preisbox_uvp { display: inline-block; } #shopLayer .advent_pic { max-width:100%; float: none; } #shopLayer .advent_preisbox { width:100%; float: none; margin-left: 0; margin-top: 1rem; } #shopLayer .advent_name { display: block; } 
@media (min-width: 576px) { .grid-2 { grid-template-columns: repeat(2, 1fr); } .grid-2 .row-span-2 { grid-row: span 2; } .grid-2 .col-span-2 { grid-column: span 2; } .grid-6 { grid-template-columns: repeat(3, 1fr); } .faq .button-group { grid-template-columns: 1fr 1fr; } .htm_include nav#men_1 .lvl_1 { column-count: 2; } .start-3 a { width: 32%; } .start-3 a:nth-child(2n) { margin-right: 2%; } .start-3 a:nth-child(3n) { margin-right: 0; } .htm_include .grid-1 h1 { width: auto; font-size: 1.75rem; } .hersteller .alle_her, #her_A, #her_B, #her_C, #her_D, #her_E, #her_F, #her_G, #her_H, #her_I, #her_J, #her_K, #her_L, #her_M, #her_N, #her_O, #her_P, #her_Q, #her_R, #her_S, #her_T, #her_U, #her_V, #her_W, #her_X, #her_Y, #her_Z, #her_0, #her_1, #her_2, #her_3, #her_4, #her_5, #her_6, #her_7, #her_8, #her_9, #her_0-9 { width: 31%; } .elementor-column-33 { height: 300px; } .elementor-column-44 { height: 250px; } .wunschliste .grid-1 .logo { width: 20%; } #shopLayer .advent_pic { width: 30%; float: left; } #shopLayer .advent_preisbox { width: 65%; float: left; margin-left: 1rem; margin-top: 0; } }
@media (min-width: 768px) { .start_service a { width: 33.33%; } .grid-1 .card span.text1 { right: 5%; left: auto; font-size: 3rem; } .flex-box { display: flex; flex-wrap: nowrap; } .flex-box .flex-content h1 { margin-top: 0; } .flex-box .flex-menu { display: block; width: 17rem; margin-right: 1rem;} .faq .button-group { grid-template-columns: 1fr 1fr 1fr; } .htm_include nav#men_1 .lvl_1 { column-count: 3; } .htm_include .grid-1 h1 { width: 55%; } #html-blog .grid-4 { grid-template-columns: 1fr 1fr; } .blog_archiv_news_ul { grid-template-columns: 1fr 1fr; } .blog_archiv { position: fixed; right: 0; top: 16%; z-index: 100; } .blog_vorschau h2 { } .blog_archiv { border-top-right-radius: 0; border-bottom-right-radius: 0; margin: 0; } #bewertungen table.auto-style2 tr {display: unset;flex-wrap: unset;} #bewertungen .flex-container { display: flex; flex-wrap: wrap; } #bewertungen .flex-container > div { width: 49%; } #bewertungen .flex-container div:nth-child(2){margin-right:0;} .start_23 .schmal { width: 49%; height: 528px; margin: 0 2% 1rem 0; } .start_23 .schmal1 { width: 39%; height: 528px; margin: 0 2% 1rem 0; } .start_23 .breit { width: 59%; height: 528px; margin-right: 2%; } .start_23 .schmal { width: 39%; } .start_23 div:nth-child(2n) { margin-right: 0; } .start_23 div:nth-child(3) { margin-right: 2%; } .start_23 div:nth-child(4) { margin-right: 0; } .start_23 div:nth-child(6) { margin-right: 0; } .start_23 div:nth-child(7) { margin-right: 2%; } .start_23 div:nth-child(8) { margin-right: 0; } .start-insta .insta-um span { width: 23%; } .start-5 a { width: 31%; } .start-5 a:nth-child(2n) { margin-right: 2%; } .start-5 a:nth-child(3n) { margin-right: 0; } .start-3 a { height: 300px; } #service .card picture img { padding-bottom: 1rem; } .flex_container_fs div { width: 49%; } .hersteller .alle_her, #her_A, #her_B, #her_C, #her_D, #her_E, #her_F, #her_G, #her_H, #her_I, #her_J, #her_K, #her_L, #her_M, #her_N, #her_O, #her_P, #her_Q, #her_R, #her_S, #her_T, #her_U, #her_V, #her_W, #her_X, #her_Y, #her_Z, #her_0, #her_1, #her_2, #her_3, #her_4, #her_5, #her_6, #her_7, #her_8, #her_9, #her_0-9 { width: 24%; } .mitarbeiter-box { width: 48%; margin-right: 2%; } .mitarbeiter-box:nth-child(2n) { margin-right: 0; } .elementor-column-33:nth-child(1n) .elementor-widget-container { } .elementor-column-33 { width: 49%; margin: 0 2% 2% 0; } .elementor-column-33:nth-child(2n) {margin-right:0;} .elementor-column-44 { width: 49%; margin: 0 2% 2% 0; } .elementor-column-44:nth-child(2n) {margin-right:0;} .elementor-flip-box .button {padding: 1rem 2rem;} .elementor-column-33 {height: 250px;} .elementor-column-44 {height: 200px;} .elementor-flip-box-front .elementor-flip-box-layer-inner h3 {font-size:1.75rem;} .elementor-flip-box-back .elementor-flip-box-layer-inner h3 {font-size:1.75rem;} #shopLayer .advent_td { width: 5rem; } #shopLayer .advent_tag { padding: 1rem; } }
@media (min-width: 992px) { .grid-4 { grid-template-columns: repeat(4, 1fr); } #service .grid-6, .grid-6.produkte { grid-template-columns: repeat(4, 1fr); } .flexbox .box30 { width:32%; padding: 1rem 2rem; margin: 0 2% 2% 0; } .flexbox .box30:nth-child(3n) { margin-right: 0; } .flexbox .box40 { width:40%; padding: 1rem 2rem; } .flexbox .box50 { width:50%; padding: 1rem 2rem; } .flexbox .box50-border { width:49%; padding: 1rem 2rem; margin: 0 2% 2% 0; } .flexbox .box50-border:nth-child(2n) { margin-right: 0; } .flexbox .box60 { width:60%; padding: 1rem 2rem; } .flexbox .box70 { width:68%; padding: 1rem 2rem; } .blog_archiv_news_ul { grid-template-columns: 1fr 1fr 1fr; } .start-insta { padding: 2rem; } .start-5 a { width: 18.4%; } .start-5 a:nth-child(3n) { margin-right: 2%; } .start-5 a:nth-child(5n) { margin-right: 0; } .start-3 a { height: 360px; background-size: 65%; } .start_text_desk { display: block; } .start_text_mobile { display: none; } .htm_include .grid-1 h1 { font-size: 2rem; } .htm_include .grid-1 h1.small { font-size: 1.5rem; } .workshop ul li { margin-left: 1rem; } .htm_include .grid-1 h1 { right: 2rem; } #service h1 { text-align: center; font-size: 2rem; } #service .grid-6 a.card span.text1, .grid-6.produkte a.card span.text1 { font-size: 1.25rem; } .grid-4.icon-versand .text1 { font-size: 1.25rem; } .hersteller .alle_her, #her_A, #her_B, #her_C, #her_D, #her_E, #her_F, #her_G, #her_H, #her_I, #her_J, #her_K, #her_L, #her_M, #her_N, #her_O, #her_P, #her_Q, #her_R, #her_S, #her_T, #her_U, #her_V, #her_W, #her_X, #her_Y, #her_Z, #her_0, #her_1, #her_2, #her_3, #her_4, #her_5, #her_6, #her_7, #her_8, #her_9, #her_0-9 { width: 19%; } .mitarbeiter-box { width: 32%; } .mitarbeiter-box:nth-child(2n) { margin-right: 2%; } .mitarbeiter-box:nth-child(3n) { margin-right: 0; } .nlanmeldung .box2 { width: 49%; } .elementor-column-33 { width: 32%; } .elementor-column-33:nth-child(2n) {margin-right:2%;} .elementor-column-33:nth-child(3n) {margin-right:0;} .elementor-column-44 { width: 32%; } .elementor-column-44:nth-child(2n) {margin-right:2%;} .elementor-column-44:nth-child(3n) {margin-right:0;} .wunschliste .borderframe_tab2 { width: max-content; margin: 0 auto; } .wunschliste h1, .wunschliste h1 span { text-align: center; } .wunschliste .grid-1 .logo { width: 17%; } .wunschliste .gruss { width: max-content; }  }
@media (min-width: 1200px) { #html-blog .grid-4 { grid-template-columns: 1fr 1fr 1fr; } .blog_archiv_news_ul { grid-template-columns: 1fr 1fr 1fr 1fr; } .htm_include nav#men_1 .lvl_1 { column-count: 4; } .htm_include .grid-1 h1.small { font-size: 2rem; } .start_23 .schmal .text1, .start_23 .breit .text1, .start-insta .insta-text-1 { font-size: 2rem; } .start_23 .schmal .text1 .text1a, .start_23 .breit .text1 .text1a, .start_23 .schmal1 .text1 .text1a, .start-insta .insta-text-2 { font-size: 1rem; } .start_23 .breit, .start_23 .schmal, .start_23 .schmal1 { margin-bottom: 2rem; } .start-3 a { height: 360px; background-size: 50%; } .hersteller .alle_her, #her_A, #her_B, #her_C, #her_D, #her_E, #her_F, #her_G, #her_H, #her_I, #her_J, #her_K, #her_L, #her_M, #her_N, #her_O, #her_P, #her_Q, #her_R, #her_S, #her_T, #her_U, #her_V, #her_W, #her_X, #her_Y, #her_Z, #her_0, #her_1, #her_2, #her_3, #her_4, #her_5, #her_6, #her_7, #her_8, #her_9, #her_0-9 { width: 16%; } .elementor-column-44 { width: 23.5%; } .elementor-column-44:nth-child(3n) {margin-right:2%;} .elementor-column-44:nth-child(4n) {margin-right:0;} .danke { width: max-content; } .wunschliste .grid-1 .logo { left: 2rem; bottom: 2rem; } }
@media (min-width: 1400px) { #html-blog .grid-4 { grid-template-columns: 1fr 1fr 1fr 1fr; } #service .grid-6, .grid-6.produkte { grid-template-columns: repeat(5, 1fr); } .start-3 a { height: 440px;} .elementor-column-33 {height: 300px;}  }
/* ### kachel ### */
body { --kachel-max-height: 22rem; } 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; } ul.se.suche.mb-4 { margin-bottom: 2rem; } .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: .5rem; 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: 0 0 25px -5px rgba(0,0,0,.25); transform: translateY(-.2rem) translateZ(0); } .art_box > .se_kachel { display: block; height: 100%; } .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 { position: absolute; top: 2.5rem; display: flex; justify-content: center; flex-wrap: wrap; width: 1.5rem; transition: all .1s ease-out; right: 0; } .se_kachel:hover .rat_stars { opacity: 1; filter: grayscale(0); } .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 { max-width: 15rem; height: 9rem; object-fit: contain; margin: 2rem 0 .5rem 0; } ul.se > li > a > div > .se_header, .art_box > .se_kachel > div > .se_header { position: absolute; top: 0; left: 0; z-index: 1; } .se_diff { display: block; padding: .25rem.5rem; background-color: var(--theme-error); color: var(--theme-white); text-align: center; font-size: 1rem; position: absolute; top: 9rem; left: 0; border-top-right-radius: 1rem; border-bottom-right-radius: 1rem; } .suchtemp_azu_her { float: right; } /* azu icons */ .cs_azu { display: inline-block; padding: .35rem .5rem; color: var(--theme-white); text-transform: uppercase; font-size: .7rem; } .cs_azu[title] { cursor: help; } .cs_azu.azu5 {background: #048407;} .cs_azu.azu5:after {content:"VEGAN";} /* .cs_azu.azu2 {background: #bd0006;} */ /* .cs_azu.azu2:after {content:"SALE";} */ .cs_azu.azu1 {background: #e99b05;} .cs_azu.azu1:after {content:"NEU";} .cs_azu.azu3 {background: #141414;} .cs_azu.azu3:after {content:"TIPP";} .cs_azu.azu4 {background: #757575;} .cs_azu.azu4:after {content:"NI frei";} .cs_azu.azu6 {background: #a3bc3c;} .cs_azu.azu6:after {content:"Versandfrei (DE)";} .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: 5rem; line-height: 1rem; } .se_name span { display: block; text-align: center; padding: 0 .25rem; color: var(--theme-text); text-wrap: balance; font-size: .9rem; } .se-minanz { display: block; text-align: center; font-size: .8rem; } .se_preis { height: 5rem; } .se_preis .se_vk { color: var(--theme-text); font-size: 1rem; text-align: center; display: flex; flex-wrap: wrap; justify-content: center; font-weight: bold; white-space: nowrap; } .se_preis .se_vk s { 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); line-height: normal; } .se_preis .se_litp br { display: none; } li .se_preis .se_vk s { transition: opacity .1s ease-out; } li .se_preis .se_litp { opacity: .8; transition: opacity .1s ease-out; font-size: .8rem; } li:hover .se_preis .se_vk s, li:hover .se_preis .se_litp { opacity: 1; } li:hover .se_preis .se_vk s, 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; margin: 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 li.se_banner.sb { padding: 0 1rem; } ul.se li.se_banner.sb h2 { margin-bottom: 0; } ul.se .banner > a > h2 { background: rgba(255,255,255,.5); position: absolute; z-index: 2; top: 0; text-align: center; padding: 1rem 2rem; text-shadow: var(--theme-text-shadow); } ul.se .banner > a .button { position: absolute; bottom: 10%; z-index: 2; } 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.se li.se_banner div { width: 100%; height: 100%; } ul.se li.se_banner div a { width: 100%; height: 100%; display: block; padding: 1rem; } ul.se li.se_banner div.bannerbg a { background-size: cover; } ul.se li.se_banner div.bannerbg .button { position: absolute; bottom: 1rem; left: 1rem; } ul.se li.se_banner div.bannerbg .white { color: var(--theme-white); } 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 .banner img, ul.slides > li a img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; } ul.slides .banner { z-index: 2; display: flex; flex-direction: column; justify-content: space-around; align-items: center; } ul.slides .banner > div > h3 { margin: 0; font-size: 2em; text-shadow: var(--theme-text-shadow); } ul.slides .banner > div { text-align: center; } ul.slides .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 { position: absolute; top: 8rem; right: 0; height: 2rem; width: 2rem; border-radius: 50%; transform: translateY(50%); opacity: 1; transition: all .5s ease-out; z-index: 2; background-size: 75%; background-position: center; background-repeat: no-repeat; cursor: pointer; background-image: url(/img/bg-merkliste.svg); transition-delay: .2s; } 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-image: url(/img/bg-merkliste-voll.svg)!important; } 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:%233C3C3C;}</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; } .gr_2x1, .gr_2x2 { grid-row: span 2; } .lief_gr_farbe_tab { position: absolute; top: 12rem; left: 0; right: 0; transform: translateY(-50%); } .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.5rem; width: 1.5rem; text-align: center; line-height: 1.5rem; font-size: 0.8rem; border-radius: 50%; background-color: var(--theme-light); color: var(--theme-text); box-shadow: var(--shadow-elevation-medium); overflow: hidden; } #pag_se ul { list-style: none; padding: 0; display: flex; align-items: center; place-content: center; } #pag_se ul > li > div { height: 2.5rem; padding: 0 1rem; line-height: 2.5rem; } #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 .5rem; box-shadow: var(--shadow-elevation-medium); transition: box-shadow .3s ease-out;} #linkpagzur { background-image: url(/img/artikel_weiter.svg); rotate: -180deg; } #linkpagvor { background-image: url(/img/artikel_weiter.svg); } #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-black); 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); } .se_farben .lief_gr_farbe1_k:hover, .se_farben .lief_gr_farbe1_k.active { transform: scale(1.3); -moz-transform: scale(1.3); -ms-transform: scale(1.3); -webkit-transform: scale(1.3); } .se_farben { position: absolute; width: 100%; text-align: center; padding: 0 .25rem; overflow: hidden; } .se_preisaufanfrage + .cur { display: none; }
@media (min-width: 576px) { body { --grid-column-count: 6; --grid-item--min-width: 13rem; --kachel-max-height: 23rem; --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)); } ul.se { grid-template-columns: repeat(auto-fill, minmax(max(var(--grid-item--min-width), var(--grid-item--max-width)), 1fr)); } 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: 17rem; } .art_box > .se_kachel > div > figure img { height: 11rem; } .se_preis .se_vk strike { margin: 0 .5rem; } .lief_gr_farbe_tab { top: 15rem; } .se_name { line-height: normal; } .se_name span { font-size: 1rem; } }
@media (min-width: 768px) { body { --kachel-max-height: 24rem; } #dd_sort_top, #filter_anzeigen { font-size: 1rem; } #pag_se ul > li > #linkpagzur, #pag_se ul > li > #linkpagvor, #pag_se ul > li > #linkpag1 { height: 2.5rem; width: 2.5rem; margin: 0 2rem; }  }
@media (min-width: 992px) { body { --grid-item--min-width: 14rem; } ul.se.row > li:nth-child(-n+4) { display: block; } ul.se > li .quick-buy, ul.se > li > a.se_beobachten { opacity: 0; background-color: var(--theme-card-background); box-shadow: var(--shadow-elevation-medium); } ul.se > li:hover .quick-buy, ul.se > li:hover .se_beobachten, ul.se > li > a.se_beobachten.active { transform: translateY(0); opacity: 1; } ul.se > li .quick-buy, ul.se > li > a.se_beobachten { right: 1rem; } ul.se > li .quick-buy, ul.se > li > a.se_beobachten { top: 11rem; } .suchtemp_azu_her { opacity: 0; transition: all 0.5s; } ul.se li.art_box:hover .suchtemp_azu_her { opacity: 1; }  }
@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: 3rem; width: 3rem; background-size: 1rem; 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(/img/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 ### */
.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-powermenu-medium); 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; padding-left: 2.5rem; } .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-black); height: 4rem; margin: 0; margin-bottom: .1rem; 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; color: var(--theme-white); } .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);} .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 { display: block; width: 100%;margin: 0; color: var(--theme-white); } .powermenue-modul-ueberschrift-wrapper {background-color: var(--theme-black); padding: .5rem 1rem; 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: 100%; } .powermenue-modul-auflistung .powermenue-auflistung-mit-icon {padding: 0;} .powermenue-modul-auflistung { padding: 1rem; margin: 0; } .powermenue-modul-auflistung li.powermenue-aktiv a {color: var(--theme-accent-medium);} .powermenue-modul-auflistung li a:empty { display: none; } .powermenue-modul-auflistung li a { padding: .25rem 0; color: var(--theme-black); } .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;margin-bottom: .25rem; } .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: .8rem;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: 5rem; max-height: 5rem; object-fit: contain; } .powermenue-modul .powermenue-top-artikel-name { font-size: 1rem; margin: 0; } .powermenue-modul-icons {display: flex;flex-direction: row;flex-wrap: wrap;justify-content: flex-start;align-items: center;} .powermenue-modul-auflistung li.powermenue-top-artikel { background-color: var(--theme-white); border: var(--theme-divider); padding:.5rem; margin-bottom: .5rem; border-radius: .5rem; } .powermenue-modul-auflistung li.powermenue-top-artikel:first-child { margin-top: 1rem; } .powermenue-modul-auflistung li.powermenue-top-artikel a { padding: 0; } .powermenue-top-artikel {width: 95%;} .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: flex-start;justify-content: flex-start; } .powermenue-top-artikel-rechts {margin-left: 1rem;} powermenue-top-artikel-rechts p { margin: 0; } .powermenue-top-artikel-name {font-size: .8rem; margin-bottom: 10px;} .powermenue-top-artikel-preis { font-size: 1rem; margin: 0; } .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(/img/powermenue_arrow.svg) no-repeat 50% 50%;background-size: auto 40px;z-index: 1000;cursor: pointer;width: 2.5rem; height: 2rem;left: 0;padding: 1rem 1rem 1rem 0;} #powermenue-zurueck-text { font-size: 1.25rem; } .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: 0.25rem;} .powermenue-modul-html img {max-width: 100%;} .powermenue-auflistung-hoch {font-weight: bold;} .powermenue-modul.powermenue-modul-nummer-3 .powermenue-modul-auflistung {margin-top:0;} .powermenue-modul.powermenue-modul-nummer-6 ul li {width:50%;} .powermenue-modul.powermenue-modul-nummer-6 ul li.powermenue-icons-mit-text a {flex-direction: unset;} .powermenue-modul.powermenue-modul-nummer-6 ul li.powermenue-icons-mit-text a p {display:none;} .powermenue-head-mobile-pfeil {display: block;background: transparent url(/img/powermenue_arrow.svg) no-repeat 50% 50%;background-size: auto 40px;width: 2rem;height: 2rem;transform: rotate(180deg);} .powermenue-modul[data-modul-typ='zwei-spalten-rechts'] { display: none; } .alle-struktur-artikel-anzeigen { display: flex; align-items: center; justify-content: space-between; margin: .1rem 0; padding: .45rem .5rem 0 1rem; position: absolute; top: 0; right: 0; color: var(--theme-black); } .alle-struktur-artikel-anzeigen p { margin: 0; } .powermenue-pfeil-rechts { transform: rotate(90deg); } .powermenue-modul-auflistung .powermenue-auflistung-platzhalter { border-bottom: 0; } .powermenue-modul.powermenue-modul-nummer-6 ul li {width:33.33%;} .powermenue-modul-html ul li a strong { margin-right: .5rem; } .powermenue-auflistung-rechts { list-style: none; background: url(/img/list_bg.svg) no-repeat 0 .5rem; background-size: .75rem; } .powermenue-modul-auflistung li.powermenue-auflistung-rechts a { font-size: .9rem; padding-left: 1rem !important; } #m1-p8-modul4-eigenedragdrop-10 { margin-top: 1rem; } #m1-p8-modul4-eigenedragdrop-10 a { border-bottom: 1px dotted var(--theme-text); display: inline-block; } 
@media (min-width: 576px) { .powermenue-modul .powermenue-modul-auflistung[data-modul-typ="auflistung"] li { width: 50%; } }
@media (min-width: 768px) { nav.powermenue.open { max-width: 600px; box-shadow: 0px 12px 24px -10px rgba(0,0,0,1); } }
@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-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 { height: auto; margin: 0; padding: 0; background-color: unset; } .powermenue-head li a { padding: 0 1rem; } .powermenue-head a { font-size: 1rem; color: var(--theme-black); } .powermenue-modul-auflistung { padding: 0 1rem 1rem 1rem; } .powermenue-modul-auflistung li a { color: var(--theme-black); padding: .15rem 0; } .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-powermenu-medium); display: block; box-shadow: 0px 12px 24px -10px rgba(0,0,0,0.75); padding:1rem;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; } .powermenue-modul { width: 23%; margin: 0; } .powermenue-modul-ueberschrift { color: var(--theme-black); } .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-head-mobile-pfeil { display: none; } .alle-struktur-artikel-anzeigen { display: none; } #powermenue-strukturen-ueberschrift { display: none; } }
@media (min-width: 1200px) { .powermenue-head li a { padding: 0 2rem; } }
/* ### 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; } #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; text-align: left; } #meili-term:empty, #meili-active-filters:empty { display: none; } #meili-title { display: flex; align-items: baseline; justify-content: space-between; } #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: 'Header-Font'; } #meili-search h1 { margin-bottom: 0; } #meili-search p { margin-top: 0; } #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; justify-content: space-between; } .suche-struktur nav ul li { list-style: none; width: 100%; text-align: left; } .suche-struktur nav ul li a { display: block; background: var(--theme-light); padding: .5rem; color: var(--theme-text); margin-bottom: .25rem; } .suche-struktur nav ul li a:hover { background: var(--theme-accent-dark); color: var(--theme-white); } .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); margin-bottom: .25rem; font-weight: bold; } .suche-struktur ul.lvl_2, .suche-struktur ul.men_her { display: flex; flex-wrap: wrap; } .suche-struktur ul.lvl_2 li, .suche-struktur ul.men_her li { width: 100%; } ul.men_zk1 .alvl_1 { background: var(--theme-medium); margin-top: .5rem; }
@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; } .suche-struktur ul.lvl_1 li { width: 49.5%; } .suche-struktur ul.men_her li { width: 49.5%; } }
@media (min-width: 992px) { #meili-filters { grid-template-columns: repeat(5, 1fr); } .suche-struktur ul.lvl_1 li { width: 32.5%; } .suche-struktur ul.men_her li { width: 32.5%; } }
@media (min-width: 1200px) { #meili-filters { grid-template-columns: repeat(6, 1fr); } }
@media (min-width: 1400px) { #meili-filters { grid-template-columns: repeat(6, 1fr); } }
/* ### kachel_mouseover ### */
/* punkte */ /* .kachel-mouseover-nav { pointer-events: none; position: absolute; top: .75rem; left: .75rem; right: .75rem; display: flex; justify-content: center; gap: .25rem; } .kachel-mouseover-nav > div { height: .6rem; width: .6rem; background-color: #000000; opacity: .8; border-radius: 50%; } .kachel-mouseover-nav > div.active { transform: scale(1.25); opacity: 1; } */ /* leiste */ .kachel-mouseover-nav { pointer-events: none; position: absolute; top: 0; left: 0; right: 0; display: flex; } .kachel-mouseover-nav > div { height: .3rem; flex: 1; background-color: #000000; opacity: .4; } .kachel-mouseover-nav > div.active { transform: translateY(0); opacity: .8; } ul.se > li > a > div > .se_header, .art_box > .se_kachel > div > .se_header { pointer-events: none; }
/* ### 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; } }
@media (min-width: 992px) { .powermenue-head.hidden { opacity: 1; pointer-events: all; } }
/* ### adventskalender ### */
#advent_tab { text-align:center; position: relative; } .advent_tab { width:100%; background-image:url('/img/l1.gif'); background-position: 58% 46%; background-repeat:no-repeat; background-size: cover; border:0; margin:0 0 2% 0;position:relative;border-radius: 1rem; padding-bottom: 10rem; } .advent_td { text-align:center; width: 5rem; height: 3rem; font-size: 1rem; } .advent_td a { font-size: 1rem; } #advent_ueb { font-size:2rem; text-align:center; padding: 1rem 0 .5rem 0; } .advent_text { width:100%;height:auto; background-color:#a40609; opacity: 0.9; padding: 1rem; font-size: 1.25rem; color: var(--theme-white); text-align: center; position: absolute; bottom: -10rem; border-radius: var(--theme-radius-medium);} .advent_tag { padding:1rem; display:inline-block; margin:.5rem; background-color: rgba(255,255,255,0.5); border-radius: 0.5rem; } .advent_nummer { font-size: 2rem; width: 100%; height: 100% !important;display: inline-block;cursor:pointer;} .advent_tooltipp { padding: 1rem; background-color: var(--theme-white); position:absolute; border: var(--theme-divider); border-radius: .5rem; position: absolute; z-index: 100; top: 0; box-shadow: var(--shadow-elevation-medium); } .advent_status1, .advent_status2, .advent_status3 { float:left; width:90%; height:4rem; margin-bottom: 1rem; padding-left: 15%; font-size:1rem; text-align: left;} .advent_status1 { color:#a70b07; background-image:url(/img/pg_smily3.png); background-repeat:no-repeat; background-position: 0 0; } .advent_status2 { color:#1c7d06; background-image:url(/img/pg_smily1.png); background-repeat:no-repeat; background-position: 0 0; } .advent_status3 { color:#dfbc15; background-image:url(/img/pg_smily2.png); background-repeat:no-repeat; background-position: 0 0; } .advent_name { padding:0 0 1rem 0; font-size:1.25rem; } .advent_pic { width:30%; float:left; } .advent_preisbox { width:60%; float:left; margin-left:1rem; text-align: left; } .advent_preisbox_uvp { opacity: .7; } .advent_preisbox_strike { color: #cc0000; } .advent_proz { font-size: 1.5rem; color: #cc0000; font-weight:bold;} .advent_preisbox_preis { font-size: 1.5rem; font-weight:bold; }
