/* CSS only 96.53K, CSS & InlineSvg (16/27) 109.41K => 13% more */

@font-face { font-family: 'Header-Font'; font-display: swap; src: url('/img/Neuzeit-Grotesk-Light.eot'); src: url('/img/Neuzeit-Grotesk-Light.woff2') format('woff2'), url('/img/Neuzeit-Grotesk-Light.woff') format('woff'), url('/img/Neuzeit-Grotesk-Light.eot?#iefix') format('embedded-opentype'), url('/img/Neuzeit-Grotesk-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, powermenu, powermenue-extra, to-top-button, input-floating, kachel-stapel, kachel-slider, highslide_v2, tabs */
/* ### base ### */
*, ::before, ::after { box-sizing: border-box; } html { text-size-adjust: none; } ::before, ::after { text-decoration: inherit; vertical-align: inherit; } ::selection { background: var(--theme-accent-medium); color: var(--theme-text); } :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: rgba(255,255,255); --theme-light: rgba(245,245,245); --theme-medium: rgb(238,238,238); --theme-dark: rgb(220, 220, 220); --theme-grau: rgb(180, 180, 180); --theme-link: rgb(185,159,89); --theme-gold: rgb(185,159,89); --theme-orange: rgb(211,85,1); --theme-turkis: rgb(0,139,139); --theme-turkis2: rgb(0,139,139); --theme-text: rgb(0,0,0); --theme-black: rgb(0,0,0); --theme-text-shadow: 0 0 3px rgba (0,0,0,.5); --theme-text-hover: rgb(112, 105, 89); --theme-accent: rgb(112, 105, 89); --theme-accent-light: rgba(112, 105, 89,.25); --theme-accent-medium: rgb(183, 180, 172); --theme-accent-dark: rgb(0, 0, 0); --theme-accent-text: rgb(255,255,255); --theme-powermenu-medium: rgb(255, 255, 255); --theme-border: none; --theme-outline: none; --theme-radius-small: .0; --theme-radius-medium: 0; --theme-card-background: rgb(255,255,255); --theme-divider: .1rem solid var(--theme-medium); --padding: 1rem; --card-padding: 0; --shadow-elevation-low: 0; --shadow-elevation-medium: 0; --shadow-elevation-high: 0; --theme-red: rgb(158, 27, 16); --theme-error: rgb(158, 27, 16); --theme-error-text: rgb(255,255,255); --theme-warning: rgb(199, 161, 92); --theme-warning-text: rgb(255,255,255); --theme-success: rgb(20,130,20); --theme-success-text: rgb(255,255,255); background: 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; } .small { font-size: .75rem; } .border { border: var(--theme-divider); } 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; } #kopf_bottom_line { background-color: var(--theme-white); box-shadow: var(--shadow-elevation-medium); } #shopMain { min-height: 100vh; } #kopf_top_line { box-shadow: 0 0 25px -5px rgba(0,0,0,.25); } /* 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:hover { color: var(--theme-text-hover); } h1 { font-size: 1.75rem; } .h1_in_breadcrumb { font-size: inherit; } h1.centerdesk + p { margin-top: 0; } h2 { font-size: 1.75rem; } h3 { font-size: 1.5rem; } h4 { font-size: 1rem; } h5 { font-size: 1rem; } h6 { font-size: 1rem; } hr { border: var(--theme-divider); } .pg-only { display: none; } .right { text-align: right; } /* header */ #shopFooter a, .BreadcrumbList a, .breadcrumb a span, *[itemtype*="Breadcrumb"] * { color: var(--theme-text); } .shopHeader li, #shopFooter li { list-style: none; } #k_title { width: 100%; height: 2rem; background: var(--theme-dark)!important; 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; text-transform: uppercase; letter-spacing: .1rem; } #k_title ul li, #k_title ul li a { color: var(--theme-text); font-family: 'Header-Font'; } #k_title ul li a:hover { color: var(--theme-text-hover); } #k_title ul li:nth-child(2), #k_title ul li:nth-child(3), #k_title ul li:nth-child(4) { display: none; } #k_title ul li a.active { font-weight: bold; } .ausrichter { padding: 0 1.5rem; } .max950 { max-width: 950px; margin: 0 auto; } .max1200 { max-width: 1200px; margin: 0 auto; } #kopf_top_line_inner { display: flex; justify-content: space-between; align-items: center; width: 100%; height: 4rem; padding: 0 1rem; } #k_icons { width: 12rem; } #k_logo { width: 4.5rem; height: 4rem; position: relative; } #k_logo img { position: absolute; height: 3rem; top: .5rem; } #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:%231E1E1E;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;} .st1{fill:none;stroke:%231E1E1E;stroke-width:3;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-merken.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 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve"><style type="text/css"> .st0{fill:%23FFFFFF;stroke:%231E1E1E;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}</style><path id="user" class="st0" d="M68.1,30.1c0,10.4-8.4,18.8-18.8,18.8s-18.8-8.4-18.8-18.8s8.4-18.8,18.8-18.8S68.1,19.7,68.1,30.1z  M65,55.6h-0.1c-2.5,0-4.9,0.7-7.2,1.8c-2.5,1.3-5.4,2-8.4,2c-3,0-5.9-0.7-8.4-2c-2.2-1.1-4.7-1.8-7.2-1.8h-0.1 c-12.1,0-21.9,9.8-21.9,21.9v13.2h75.2V77.5C86.9,65.4,77.1,55.6,65,55.6z"/></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 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve"><style type="text/css"> .st0{fill:none;stroke:%231F1F1F;stroke-width:3.6;stroke-miterlimit:10;} .st1{fill:%23FFFFFF;}</style><g> <g>  <polyline class="st0" points="12.5,51 21.3,89.9 78.7,89.9 87.5,51 "/>  <line class="st0" x1="30.2" y1="51.6" x2="35.1" y2="81.8"/>  <line class="st0" x1="25.9" y1="43" x2="40.5" y2="7"/>  <line class="st0" x1="74.1" y1="43" x2="59.5" y2="7"/>  <line class="st0" x1="50" y1="51" x2="50" y2="81.8"/>  <line class="st0" x1="69.8" y1="51.6" x2="64.9" y2="81.8"/>  <path class="st0" d="M79.3,38.7h8.6c3.9,0,7,3.1,7,7V51H5.1v-5.3c0-3.9,3.1-7,7-7h8.3"/>  <line class="st0" x1="34.5" y1="38.7" x2="65.5" y2="38.7"/> </g> <rect x="31" y="80.5" class="st1" width="37.2" height="4"/></g></svg>'); background-repeat: no-repeat; background-position: 50%; } #k_lupe_2, #k_merk, #k_account, #k_wk, #powermenue-schalter { position: relative; display: block; height: 3rem; width: 2.5rem; background-size: 1.8rem; 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-white); 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 .5rem 0; border-bottom: var(--theme-divider); } .wk-heading a { color: var(--theme-text); } #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; color: var(--theme-text); } ul.alt-list.items > li > a { padding: .5rem .5rem .5rem 4rem; min-height: 4rem; background-position: .5rem 50%; color: var(--theme-text); } ul.alt-list > li > a:hover { color: var(--theme-gold); } #k_icons > #k_merk > .shBagInh ul > li > a { display: flex; align-items: center; min-height: 3rem; font-weight: normal;} 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_merk:before, #k_wk:before { content: attr(data-num); position: absolute; top: 1.5rem; right: 0; color: var(--theme-white)!important; width: 1rem; height: 1rem; line-height: 1rem; text-align: center; vertical-align: middle; border-radius: 50%; box-shadow: var(--shadow-elevation-low); font-size: 0.8rem; } #k_wk:before { background-color: var(--theme-red); } #k_merk:before { background-color: var(--theme-red); } .shBagInh .Wkbuttons { padding: 1rem; text-align: right; display: flex; justify-content: space-between; } .shBagInh .Wkbuttons .button { font-weight: bold; padding: 1em 1.5em; } .shBagInh .Wkbuttons #wkbutton { margin-right: 1rem; } #powermenue-schalter { margin: 0; background: url('data:image/svg+xml,<%3Fxml version="1.0" %3F><svg fill="%23000000" 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('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 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve"><style type="text/css"> .st0{fill:%23FFFFFF;}</style><path class="st0" d="M18.8,16.9l-5.1-5.1l5.1-5.1c0.6-0.6,0.6-1.4,0-2s-1.4-0.6-2,0l-5.1,5.1L6.6,4.7c-0.6-0.6-1.4-0.6-2,0 s-0.6,1.4,0,2l5.1,5.1l-5.1,5.1c-0.6,0.6-0.6,1.4,0,2s1.4,0.6,2,0l5.1-5.1l5.1,5.1c0.6,0.6,1.4,0.6,2,0 C19.3,18.3,19.3,17.4,18.8,16.9z"/></svg>'); background-position: center; background-repeat: no-repeat; background-size: 36%; background-color: var(--theme-accent); } 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 { background-color: var(--theme-medium); border-top: .1rem solid var(--theme-dark)!important; } .foot_infos { padding: 2rem var(--padding); width: 100%; max-width: var(--header-width); margin: 0 auto; position: relative; text-align: center; display: flex; flex-wrap: wrap; justify-content: space-between; padding-bottom: 0!important; } .foot_infos ul { width: 100%; margin-bottom:2rem; } .foot_infos ul li { margin-bottom: .5rem; } .foot_infos ul.soc { width: 100%; display: flex; flex-wrap: wrap; justify-content: center; min-height: auto; margin-bottom: 0!important; } .foot_infos ul.soc li.foot_ueb { width: 100%; } .foot_infos ul.pay { width: 100%; display: flex; flex-wrap: wrap; justify-content: center; min-height: auto; } .foot_infos .foot_ueb { display: inline-block; height: 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:hover { transform: translateY(-.2rem) translateZ(0); } .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;} #shopFooter #f_text { text-align: center; padding: 2rem; background: var(--theme-medium)!important; color: var(--theme-text)!important; } #shopFooter #f_text { background-color: var(--theme-dark); color: var(--theme-text); } #shopFooter #f_text > span { display: block; font-size: .8rem; } #shopFooter .unten #f_text span.br { display:block;height:0; } #shopFooter .unten #f_text span.pipe { display:none; } #shopFooter a:hover { color: var(--theme-gold); } #foot-ber { display: flex; align-items: center; justify-content: center; font-weight: bold; } #foot-ber img { margin-right: .5rem; } .zul_anges_art { background: var(--theme-white)!important; border-bottom: .1rem solid var(--theme-dark)!important; } .zuletzt_items { display: flex; flex-wrap: wrap; padding: 0 0 5rem 0; gap: .3rem; } .zuletzt_items .zuletzt { border: var(--theme-divider); } .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; padding: 0 .5rem; } .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; } .anzBew { color: var(--theme-accent); font-size: .9em; } .rat_stars * { background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13"><style type="text/css">.st0{fill:RGB(238,177,29);}</style><path class="st0" d="M13 5h-4.7l-1.8-5-1.8 5h-4.7l3.9 2.9-1.4 5.1 4-3.1 4 3.1-1.4-5.1 3.9-2.9zm-6.5 3.5l-2.2 1.8.9-2.6-2.1-1.7 2.6.1.8-3 .8 3 2.6-.1-2.1 1.7.9 2.6-2.2-1.8z"/></svg>'); height: 1.25rem; width: 1rem; margin-right: .3rem; display: block; float: left; background-repeat: no-repeat; background-position: center; background-size: 90%; } .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; } /* card */ .card { display: block; position: relative; box-shadow: var(--shadow-elevation-medium); border: var(--theme-border); background-color: var(--theme-card-background); border-radius: var(--theme-radius-small); padding: var(--card-padding) calc(var(--card-padding) * 1.5); overflow: hidden; transition: box-shadow .3s ease-out; transition: all .3s ease-out; } a.card:hover { box-shadow: var(--shadow-elevation-high); transform: translateY(-.2rem) translateZ(0); } .card.login-div { overflow: unset; } .card.p-0 { padding: 0; } .card .card-info { .card .full, margin: 0 calc(var(--card-padding) * -2); width: calc(100% + calc(var(--card-padding) * 4)); max-width: calc(100% + calc(var(--card-padding) * 4)); padding: 1rem 0!important; } .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-2 { margin-top: 1rem!important; } .mt-4 { margin-top: 2rem!important; } .mt-6 { margin-top: 3rem!important; } .mt-4 { margin-top: 2rem!important; } .mb-0 { margin-bottom: 0!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-dark) var(--theme-accent-medium)!important; scrollbar-width: thin; } /* button */ button, .button { display: inline-block; background-color: var(--theme-accent-dark); border: none; padding: 1rem 2rem; font-size: 1rem; text-transform: uppercase; color: var(--theme-white); border-radius: 3rem; cursor: pointer; transition: all .3s ease-out; user-select: none; } button:hover, .button:hover { box-shadow: var(--shadow-elevation-high); color: var(--theme-white); background-color: var(--theme-text-hover)!important; } button.big, .button.big { width: 100%; padding: 1rem .5rem; font-size: 1.25rem; 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-light); color: var(--theme-text); 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: var(--theme-radius-small); box-shadow: none!important; background-color: var(--theme-light)!important; padding: 0.5rem .8rem; color: var(--theme-text); font-size: 1rem; height: 2.5em; font-family: inherit; } textarea { min-height: 10rem; resize: vertical; } input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="date"]:focus, textarea:focus { outline: none; border-bottom: 1px solid var(--theme-accent-medium); } input[type="number"] { max-width: 5rem; } .inp_wrapper[data-typ="number"] { display: inline-block; margin-right: 0.5rem; } .inp_wrapper.error div { font-size: .9rem; color: var(--theme-error-text); background-color: var(--theme-error); padding: .4rem .8rem; margin-top: .2rem; border-radius: var(--theme-radius-small); } .inp_wrapper[data-typ="checkbox"] { display: flex; align-items: start; } .inp_wrapper[data-typ="checkbox"] > input { margin: 0; margin-top: .3rem; height: 1.25rem; width: 1.25rem; } .inp_wrapper[data-typ="checkbox"] input + label { display: block; margin-left: .7rem; position: relative; top: unset; left: unset; transform: unset !important; pointer-events: all; font-size: .95rem; max-width: 22.5rem; width: 22.5rem; text-align: left; } .inp_wrapper[data-type="radio"] { margin-top: 0.2rem; } .radio-group { margin-top: 1.5rem;} input[disabled] + label, input[disabled] + label * { opacity: .7; } .inp_wrapper .inp_error { border-bottom: 2px dashed var(--theme-error) !important; } /* geht nicht in firefox weil input & :before da nicht geht input[type="checkbox"] { visibility: hidden; } input[type="checkbox"]:after { content: ' '; visibility: visible; width: 1rem; height: 1rem; background: var(--theme-white); border-radius: .25rem; display: block; margin: .1rem .5rem 0 0; border: .1rem solid rgb(204,204,204); } input[type="checkbox"]:checked:after { background: var(--theme-accent-medium) !important; } */ /* - + input */ .inp_wrapper[data-typ="number-custom"] > div.inc, .inp_wrapper[data-typ="number-custom"] > div.dec { float: left; width: 1.6rem; height: 2.5rem; margin-top: 0; text-align: center; line-height: 2.2rem; background-color: var(--theme-medium); border-radius: var(--theme-radius-small); box-shadow: var(--shadow-elevation-medium); cursor: pointer; user-select: none; } .inp_wrapper[data-typ="number-custom"] > div.dec { border-top-right-radius: 0; border-bottom-right-radius: 0; } .inp_wrapper[data-typ="number-custom"] > div.inc { border-top-left-radius: 0; border-bottom-left-radius: 0; } .inp_wrapper[data-typ="number-custom"] { height: 3rem; 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(79,79,78)"/> <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(79,79,78)"/> <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(79,79,78)"/> <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(79,79,78)"/></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); box-shadow: var(--shadow-elevation-low); background-color: var(--theme-light); } .toggle > button { flex: 1; padding: 1rem; border-radius: 0; background-color: transparent; color: var(--theme-text); box-shadow: none; transition: color .3s ease-out; border-left: var(--theme-border); z-index: 2; } .toggle > button.active { color: var(--theme-accent-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: var(--theme-radius-small); } .toggle-slide-content { position: relative; border-bottom: var(--theme-divider); } .toggle-slide-content > div { position: absolute; top: var(--padding); left: 0; width: 100%; transform: translateX(-2rem); opacity: 0; visibility: hidden; z-index: -1; transition: all ease-out .3s; } /* default table */ .table { max-width: 100%; overflow-x: auto; } .table table { width: 100%; } .table th { text-align: left; min-width: 8rem; padding: calc(var(--padding) / 1.5) var(--padding); border-bottom: var(--theme-divider); background-color: var(--theme-card-background); font-size: 1rem; color: var(--theme-text); } .table td { padding: calc(var(--padding) / 2) var(--padding); border-bottom: var(--theme-divider); color: var(--theme-text); } .table td a { color: var(--theme-text); } .table td.no-border { border-bottom: none; } .table.clickable tr.clickable { cursor: pointer; background-color: var(--theme-card-background); transition: background .1s ease-out; } .table.clickable tr.clickable:hover { background-color: var(--theme-light); } .table.clickable td.clickable-link { padding: 0; } .table.clickable td.clickable-link > a { display: block; padding: calc(var(--padding) / 2) var(--padding); } .table.clickable tr.clickable.active { background-color: var(--theme-accent-dark); } .table.clickable tr.clickable.active > td > a { color: var(--theme-white); } .table tr:empty { display: none; } /* css dropdown */ .css_dropdown { position: relative; } .css_dropdown > div { cursor: pointer; padding: var(--padding); background: 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 90% 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: var(--theme-radius-small); box-shadow: 0 0 25px -5px rgba(0,0,0,.25); 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: 20rem; max-width: 100%; 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: 0.2rem; display: inline-block; padding: .5rem .75rem; } #pers_submen a { background-color: var(--theme-accent-light); color: var(--theme-text); } #pers_submen a.active, #pers_submen a:hover { background-color: var(--theme-accent); 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.dat { padding: 1rem; border: var(--theme-divider); } .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); } .card[data-za="12"] .zacheck .icon, .zacheckbue[data-za="12"] { background-image: url(/img/f_ap.svg); } .card[data-za="13"] .zacheck .icon, .zacheckbue[data-za="13"] { background-image: url(/img/pg_zahlart13.png); } .zacheckbue { height: 3rem; width: 5rem; background-position: center; background-size: contain; background-repeat: no-repeat;} #shopLayer[data-pp="perart"] #pag_se_all {display:none!important;} #shopLayer[data-pp="kont"] .zul_anges_art, #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="kont"] .htm_include ul li, #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="kont"] .tab_k, #shopLayer[data-pp="agb"] .tab_k, #shopLayer[data-pp="dat"] .tab_k, #shopLayer[data-pp="wid"] .tab_k { font-weight: bold; font-size: 1.5em; } #shopLayer[data-pp="ticket"] .button.ticket { background-color: var(--theme-accent); color: var(--theme-white); } .inp_wrapper[data-typ="checkbox"] > input { margin: 0; margin-top: .3rem; height: 1.25rem; width: 1.25rem; } #shopLayer .inp_wrapper label { font-size: 1rem; } .hinweis { background-color: var(--theme-light); padding: 1rem; } /* Gratisartikel */ .gratis-artikel { padding: 1rem; border: var(--theme-divider); background-color: var(--theme-card-background); } .ueberschrift-staffel { font-size: 1.5rem; width: 100%; } .gratis-artikel-anzeige { clear: both; display: flex; flex-wrap: wrap; justify-content: space-between; } .gratArtBox { width: 48%; padding: 1rem; margin: .5rem 0 1rem 0; border: var(--theme-divider); text-align: center; overflow: hidden; } .gratisName { height: 3rem; } .gratisThump { width: 100%; height: 220px; background-repeat: no-repeat; background-size: contain; background-position: center; margin: 1rem auto; } .gratisButton { padding: .5rem 0; } .ueberschrift-staffel { padding: 1rem 0; background-color: var(--theme-light); } .zk_glabel_tf {cursor: pointer;} .zk_glabel_of {display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.8);justify-content: center;align-items: center;z-index: 9999;} .zk_glabel_of img {max-width: 80%;max-height: 80%;} .zk_glabel_of:active {display: none;} body #pg-highslide { width: 90vw!important; } #pg-highslide img { max-height: 80vh; margin: 0 auto; display: block; } .breadcrumb { margin-bottom:.5rem!important; } .zuletzt_fix.ausrichter { padding: 1rem!important; } .start-tops { display: flex; background: var(--theme-light); padding: .5rem 0; justify-content: space-around; overflow: hidden; position: relative; } .start-tops div { font-size: .8em; display: flex; flex-wrap: wrap; padding: 0 .5rem; justify-content: center; align-items: center;} .start-tops div:before { content: ""; width: 3rem; height: 3rem; display: inline-block; margin: 0 .75rem; } .start-tops div.box1:before { background: 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 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve"><style type="text/css"> .st0{fill:none;stroke:%231F1F1F;stroke-width:3.6;stroke-miterlimit:10;}</style><g> <path class="st0" d="M63.6,49.6c-4-2.4-8.7-3.6-13.6-3.6c-3.5,0-6.8,0.6-9.9,1.8 M36.7,39c-1.1,0.3-2.2,0.2-3.1-0.5  c-2-1.4-6.1-3.6-10.6-2.8c-0.6,0.1-1,0.7-0.8,1.3c0.6,1.6,1.6,4.7,2.6,7.4c0.3,1,0.1,2-0.6,2.8c-1.8,2-3.3,4.1-4.4,6.5  c-0.9,1.8-2.6,3-4.5,3.3L14.7,57c-1.2,0.1-2.2,1.2-2.2,2.4v10.9c0,2.2,1.6,4,3.8,4.2l0.6,0.1c1.6,0.1,3.1,1.1,3.9,2.5  c1.7,3.2,5,7.2,7.8,9.4c0.8,0.6,1.1,1.8,0.6,2.7l0,0c-1.5,2.7-0.3,6.2,2.6,7.4l0,0c2.2,0.9,4.8,0.2,6.2-1.7l1.9-2.5  c0.7-0.9,1.8-1.3,2.8-1.1c1.7,0.3,4.4,0.7,7.3,0.7c2.6,0,5-0.3,6.7-0.6c1.3-0.2,2.6,0.5,3.1,1.7l0.3,0.7c1.2,2.6,4.1,4,6.9,3.2l0,0  c3.3-0.9,5-4.5,3.8-7.6l-0.2-0.6c-0.5-1.4-0.1-2.9,1.1-3.8c6.8-5.1,11-12.5,11-20.8c0-8.9-4.9-16.8-12.6-21.9c-1-0.7-2-1.3-3.1-1.8  "/> <g>  <g> <g>  <g>   <path class="st0" d="M70.5,21.9C69.9,32,61.4,39.8,51.3,39.3C41.2,38.8,33.5,30.2,34,20.1C34.5,10,43.1,2.3,53.1,2.8  C63.2,3.3,71,11.9,70.5,21.9z"/>  </g> </g> <g>  <g>   <path class="st0" d="M47.5,26.2c0,2.2,2.1,3.9,4.7,3.9c2.6,0,4.7-1.8,4.7-3.9c0-4.8-9.4-5.5-9.4-10.4c0-2.2,2.1-3.9,4.7-3.9  c2.6,0,4.7,1.8,4.7,3.9"/>  </g>  <line class="st0" x1="52.2" y1="30.2" x2="52.2" y2="34"/>  <line class="st0" x1="52.2" y1="8.1" x2="52.2" y2="11.9"/> </g>  </g> </g> <path class="st0" d="M30.5,55.6c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9c0-0.5,0.4-0.9,0.9-0.9C30.1,54.6,30.5,55,30.5,55.6z  "/> <path class="st0" d="M85.7,46.8c3.1,0,5.5,2.5,5.5,5.5s-2.5,5.5-5.5,5.5c-2.2,0-4.1-1.3-5-3.1"/> <path class="st0" d="M73.3,64.6c0,5.1-2.5,9.7-6.5,13.1"/></g></svg>') 50% 50% no-repeat; background-size: contain; } .start-tops div.box2:before { background: 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 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve"><style type="text/css"> .st0{fill:none;stroke:%231F1F1F;stroke-width:3.6;stroke-miterlimit:10;}</style><g> <g>  <g> <line class="st0" x1="64" y1="80" x2="35.8" y2="80"/> <path class="st0" d="M57.7,29.4h20.2c2.7,0,5,1.7,6,4.2L94.3,60v20H84"/> <path class="st0" d="M15.4,80h-5.4c-2.2,0-3.9-1.8-3.9-4l0-55h51.3v41.5H6"/>  </g>  <path class="st0" d="M94.3,59.8H73c-2,0-3.7-1.7-3.7-3.7V41.8h17.6"/> </g> <ellipse transform="matrix(0.9239 -0.3827 0.3827 0.9239 -28.3698 15.8832)" class="st0" cx="25.7" cy="79.3" rx="9.3" ry="9.3"/> <ellipse transform="matrix(0.9239 -0.3827 0.3827 0.9239 -24.6808 34.429)" class="st0" cx="74.2" cy="79.3" rx="9.3" ry="9.3"/> <ellipse transform="matrix(0.9239 -0.3827 0.3827 0.9239 -28.3698 15.8832)" class="st0" cx="25.7" cy="79.3" rx="9.3" ry="9.3"/> <ellipse transform="matrix(0.9239 -0.3827 0.3827 0.9239 -24.6808 34.429)" class="st0" cx="74.2" cy="79.3" rx="9.3" ry="9.3"/></g></svg>') 50% 50% no-repeat;background-size: contain;} .start-tops div.box3:before { background: 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 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve"><style type="text/css"> .st0{fill:none;stroke:%231F1F1F;stroke-width:3.6;stroke-miterlimit:10;} .st1{fill:none;stroke:%23eeeeee;stroke-width:21;stroke-miterlimit:10;} .st2{fill:%23eeeeee;}</style><g> <g>  <g> <g>  <line class="st0" x1="6.6" y1="32.1" x2="42.4" y2="48"/>  <polygon class="st0" points="77.3,71.8 77.3,31.7 41.4,15.8 6.6,31.7 6.6,71.6 42.4,87.6   "/>  <line class="st0" x1="42.4" y1="48" x2="77.3" y2="32.1"/> </g> <line class="st0" x1="42.4" y1="48" x2="42.4" y2="87.4"/> <line class="st0" x1="59.3" y1="23.7" x2="24" y2="39.4"/>  </g> </g> <g>  <g> <g>  <path class="st1" d="M63.1,77.3h16.2c5.6,0,10.1-4.5,10.1-10.1l0,0c0-5.6-4.5-10.1-10.1-10.1h-7.5"/> </g>  </g>  <polyline class="st1" points="71.4,67.7 61.8,77.3 71.4,86.8 "/> </g> <g>  <g> <g>  <path class="st0" d="M63.1,77.3h16.2c5.6,0,10.1-4.5,10.1-10.1l0,0c0-5.6-4.5-10.1-10.1-10.1h-6.9"/> </g>  </g>  <polyline class="st0" points="71.4,67.7 61.8,77.3 71.4,86.8 "/> </g> <rect x="72.8" y="61.2" class="st2" width="6.6" height="12.9"/></g></svg>') 50% 50% no-repeat; background-size: contain;} .start-tops a.close { position: absolute; right: .25rem; top: -.25rem; font-size: 2rem; transform: rotate(45deg); cursor: pointer;} #clickxweg { position: absolute; right: .5rem; font-size: 1.25em; font-weight: bold; width: 2rem; height: 2rem; line-height: 2.5rem; text-align: center; background-color: var(--theme-black); border-radius: 2rem; color: var(--theme-white); background-image: url(/img/filter-x3.svg); background-repeat: no-repeat; background-position: 50%; background-size: 1rem; } .start-tops div span { text-align: center; } .start-tops div.box3 { margin-right: 1rem; } #k-service { display: block; font-size: .9rem; margin: 0; width: 2rem; height: 3rem; border-radius: 2rem; background: 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 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve"><style type="text/css"> .st0{fill:none;stroke:%231F1F1F;stroke-width:3.6;stroke-miterlimit:10;}</style><g> <g>  <ellipse class="st0" cx="50.2" cy="50" rx="46.2" ry="46.5"/> </g> <g>  <g> <g>  <g>   <path class="st0" d="M36.9,44.6h20.6l-4.6,26.2c-0.1,0.6,0.4,1.2,1,1.2h3.6v5.8C52.4,81.3,38.5,83,40.2,69l4.2-23.8"/>   <ellipse class="st0" cx="52.2" cy="28.9" rx="7.7" ry="7.7"/>  </g> </g>  </g> </g></g></svg>') no-repeat 50% 50%; background-size: 1.5rem; color: var(--theme-text);} #k-service span { font-size: inherit; display: none; } body .datenschutz-grid > div { background-color: var(--theme-white); } iframe[name="google_conversion_frame"] { position: absolute; height: 0; } .pg-highslide { display: flex; justify-content: end; position: relative; } .pg-highslide.center { justify-content: center; } .pg-highslide .hs-gr-button { margin-right: .5rem; height: 2rem; } .pg-highslide-bg { z-index: 104!important; } #pg-highslide img { width: 100%; min-height:600px; overflow: scroll; min-width: 85vw; } #pg-highslide { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 90%; max-width: 900px; height: 80%; } #pg-highslide-close {width: 2rem; height: 2rem; background-color: var(--theme-white); background-image: url('data:image/svg+xml,<%3Fxml version="1.0" %3F><!DOCTYPE svg  PUBLIC '-//W3C//DTD SVG 1.1//EN'  'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'><svg fill="%23000000" height="512px" id="Layer_1" style="enable-background:new 0 0 512 512;" version="1.1" viewBox="0 0 512 512" width="512px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><path d="M437.5,386.6L306.9,256l130.6-130.6c14.1-14.1,14.1-36.8,0-50.9c-14.1-14.1-36.8-14.1-50.9,0L256,205.1L125.4,74.5  c-14.1-14.1-36.8-14.1-50.9,0c-14.1,14.1-14.1,36.8,0,50.9L205.1,256L74.5,386.6c-14.1,14.1-14.1,36.8,0,50.9  c14.1,14.1,36.8,14.1,50.9,0L256,306.9l130.6,130.6c14.1,14.1,36.8,14.1,50.9,0C451.5,423.4,451.5,400.6,437.5,386.6z"/></svg>'); background-repeat: no-repeat; background-size: 1.5rem; background-position: 50%; border-radius: 2rem; position: absolute; right: -2.5rem; z-index: 10; cursor: pointer; } #pg-highslide iframe, #pg-highslide x_iframe { display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: white; padding: 1rem; } .groessenbutton { display: flex; justify-content: space-between; align-items: center; height: auto; color: var(--theme-white); padding: .5rem 1rem .5rem 1rem; border-radius: 2rem; background-color: var(--theme-turkis); transition: all 0.5s; } .groessenbutton img.hs-gr-button { width: 2.5rem; } .groessenbutton:hover { background-color: var(--theme-accent); } 
@media (min-width: 576px) { #k_title ul li:nth-child(2) { display: block; } #k_icons > div > .shBagInh { right: 0; } button.big, .button.big { font-size: 1.25em; } button.big.icon:before, .button.big.icon:before { background-size: 1.75rem; margin-right: 1rem; } .foot_infos { overflow: auto; margin-bottom: 0; text-align: left; } .foot_infos .foot_ueb { display: block; } .foot_infos > ul { width: 50%; min-height: 11rem; } .foot_infos #info_zahl { justify-content: start; } .foot_infos #info_zahl img { margin: 0 1rem 1rem 0;} .foot_infos ul.soc li a { margin: .5rem 1rem 1rem 0; } #shopFooter #f_text { padding: 2rem; } #foot-ber { justify-content: start; } .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; } .gr_1x2, .gr_2x2 { grid-column: span 2; } }
@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-service { width: auto; height: 2.5rem; padding: .5rem 1rem .5rem 2.2rem; background-color: var(--theme-medium); background-size: 1.5rem; background-position: .3rem 50%; } #k-service span { display: block; } #k_title ul li:nth-child(3), #k_title ul li:nth-child(4) { 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.box-shadow #k_logo img { height: 3rem; } #kopf_top_line_inner { height: 4rem; } #k_logo { width: 10rem; } #k_icons { width: 20rem; } #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; } .start-tops div { flex-wrap: unset; } .foot_infos > ul { width: 33.33%; float: left; text-align: left;} #shopFooter .unten #f_text span.br { display:none; } #shopFooter .unten #f_text span.pipe { color:inherit;font-size:inherit;display: inline;padding: 0; } #user-feedback-wrapper { top: 6rem; z-index: 200; } .md-hide { display: none; } .md-block { display: block; } tr.md-block { display: table-row; } .advent_tooltipp { width: 80%; left: 10%; top: 2rem; }  }
@media (min-width: 992px) { html { scroll-padding-top: 7rem; } #k_men_zeile { height: 3rem; } #kopf_top_line { position: sticky; box-shadow: none; } #kopf_bottom_line { border-bottom: var(--theme-divider); } #kopf_top_line_inner { height: 5rem; } #k_lupe_2, #k_merk, #k_account, #k_wk, #powermenue-schalter { height: 4rem; width: 3rem; margin-left: 0.5rem; background-size: 2.25rem; } #k_logo img { height: 5rem; } .centerdesk { text-align: center!important; } #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); } #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%; } .foot_infos > ul { width: 25%; } .foot_infos ul.soc, .foot_infos ul.pay { width: 50%; } .foot_infos ul.soc { justify-content: end; } .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; } .gratArtBox { width: 30%; }  }
@media (min-width: 1200px) { #k_title ul { max-width: var(--header-width); } .k_ausrichter, .ausrichter { max-width: var(--header-width); margin: 0 auto; } .foot_infos > ul { width: 20%; } .xl-hide { display: none; } .xl-block { display: block; } tr.xl-block { display: table-row; } .advent_tooltipp { width: 50%; left: 25%; top: 2rem; } .gratArtBox { width: 23%; } }
@media (min-width: 1400px) { .xxl-hide { display: none; } .xxl-block { display: block; } tr.xxl-block { display: table-row; } body .datenschutz-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1600px) { .xxxl-hide { display: none; } .xxxl-block { display: block; } tr.xxxl-block { display: table-row; } }
/* ### htm ### */
.grid-2, .grid-3 { display: grid; grid-template-columns: 1fr; grid-gap: var(--padding); } .grid-4 { display: grid; grid-template-columns: 1fr 1fr; grid-gap: var(--padding); } .grid-6 { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: var(--padding); } .grid-6 .card .text { display: block; position: absolute; bottom: 0; padding: .5rem 0; width: 100%; text-align: center; background-color: rgba(0,0,0,.5); color: var(--theme-white); } .grid-6 .card .text1 { display: block; font-weight: bold; } .grid-6 .card .text2 { display: block; font-size: .9em; padding: 0 .5rem; } .grid-2-2 { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 1em; } .grid-2-2 { grid-template-areas: "box1 box1" "box2 box2" "box3 box4"; } .grid-2-2 .box1 { grid-area: box1; aspect-ratio: 3 / 2; } .grid-2-2 .box2 { grid-area: box2; aspect-ratio: 3 / 2; } .grid-2-2 .box3 { grid-area: box3; aspect-ratio: 4 / 2; } .grid-2-2 .box4 { grid-area: box4; aspect-ratio: 4 / 2; } .grid-2-2 a { position: relative; } .grid-2-2 a:hover { transform: translateY(-.2rem) translateZ(0); } .grid-2-2 a .text1 { position: absolute; z-index: 10; background-color: rgba(0,0,0,.5); font-size: 1.25em; padding: .5rem 1rem; color: var(--theme-white); border-radius: 2rem; bottom: 1rem; right: 1rem; font-family: 'Header-Font'; } .grid-2-2 a img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; } .grid-2-2 .box3 .text1, .grid-2-2 .box4 .text1 { font-size: 1em; bottom: .5rem; right: .5rem; } .grid-3 .card .text1 { display: block; text-align: left; font-weight: bold; } .grid-3 .card .text3 { display: block; text-align: left; } .flexbox5 { display: flex; flex-wrap: wrap; justify-content: space-between; } .flexbox5 .box { background-color: var(--theme-light); padding: 1rem; position: relative; text-align: center; } .flexbox5 .box p { text-align: center; } .flexbox5 h3 { font-size: 1.25rem; } .flexbox5.flex3 h3 { font-size: 1.5rem; } .flexbox5 .box1 { width: 100%; margin-bottom: 2rem; } .flexbox5 .box2 { width: 48%; margin-right: 4%; margin-bottom: 2rem; } .flexbox5 .box .ziff { position: absolute; top: 0; height: 3rem; width: 3rem; border-radius: 2rem;background-color: var(--theme-turkis); color: var(--theme-white); font-size: 2rem; font-weight: bold; text-align: center; left: 50%; right: 50%; transform: translate(-50%, -50%);} .flexbox5 .box2:nth-child(3), .flexbox5 .box2:nth-child(5) { margin-right: 0; } .flexbox5.flex3 .box2 { width: 100%; margin-right: 0; background-color: var(--theme-white); border: var(--theme-divider); } .flexbox10 { display: flex; flex-wrap: wrap; justify-content: space-between; } .flexbox10 a { display: block; position: relative; width: 48%; margin-right: 4%; margin-bottom: 1rem; border: var(--theme-divider); text-align: center; padding: 1rem 0; } .flexbox10 a:hover { transform: translateY(-.2rem) translateZ(0); } .flexbox10 a:nth-child(2n), .flexbox10 a:last-child { margin-right: 0; } .flexbox10 a img { display: block; padding: 0 1rem; } .flexbox10 .button { padding: .25rem .75rem; background-color: var(--theme-accent); text-transform: unset;} .flexbox10 .untertitel { display: block; margin: .5rem 0; color: var(--theme-text); height: 3rem; padding: 0 .25rem; } .flexbox10 h3 { margin: 0 0 .5rem 0; line-height: 1.2; font-size: 1rem; } .ausrichter.wechsel { padding-top: 1rem; padding-bottom: 2rem; } .ausrichter.faq { padding-top: 1rem; padding-bottom: 2rem; } .ausrichter.faq h2 { text-align: left; } .ausrichter.faq h3 { margin: 0; display: inline; font-size: 1.1em; transition: all 0.5s; cursor: pointer; } .ausrichter.faq h3 + p { margin-top: .5rem; } .ausrichter.faq h3:hover { color: var(--theme-gold); } .ausrichter.faq details[open] h3 { color: var(--theme-gold); } .ausrichter.faq details[open] summary::marker { color: var(--theme-gold); } .ausrichter.faq details[open] p { margin-top: 0; } .ausrichter.faq summary { margin: .5rem 0; cursor: pointer; } .center { text-align: center; } .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; } #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: 0!important; background-color: var(--theme-light); 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: grid; grid-template-columns: repeat(6, 1fr); grid-gap: 0.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-accent);} .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;} .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; padding: 1rem 0!important; } .htm_include nav ul li a.alvl_1 { padding: .25rem .25rem .25rem .5rem; display: block; white-space: nowrap; } .htm_include nav ul li a.alvl_2 { padding: .25rem .25rem .25rem 1rem; display: block; } .htm_include nav#men_2 .lvl_1 { width: 100%; column-count: 1; column-gap: 1rem; border-bottom: var(--theme-divider); padding: 1rem 0; } .htm_include nav ul li { width:100%; list-style:none; margin-bottom: .15rem; } .htm_include nav .lvl_1 > li.head { font-size: 1em; padding: .5rem; background-color: var(--theme-accent-light); margin-bottom: .15rem ;} .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-gold); } .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-link); border-bottom: 1px dotted var(--theme-link); } .htm_include p a.button { color: var(--theme-white); } .htm_include p a.button:hover { color: var(--theme-white); } .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; } .start_text h2 { text-align: left; } .htm_include ul li { list-style: disc; margin-left: 1.5rem; } .htm_include ul li.art_box { list-style: none; margin: 0; } .htm_include .flex-menu ul li { list-style: none; margin: 0; } .htm_include ul.se li { list-style: none; } .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; } .start_zeit { background-color: var(--theme-accent-medium); padding: 1rem!important; text-align: center; color: var(--theme-accent-text); } .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; } .blogtext a { color: var(--theme-link); border: 0; } .blogtext .mehr, .blog_vorschau .mehr { text-decoration: underline; transition: all 0.5s; } .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: .5rem 1.5rem; border: var(--theme-divider); } .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); } .blog_vorschau a { border: 0; } #bewertungen .auto-style2 { border-bottom: var(--theme-divider); } #bewertungen .auto-style2 img { display: block; width: 200px; max-width: 200px !important;margin-right: 1rem; } #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; border: var(--theme-divider);background-color: var(--theme-light);padding: 1rem;text-align: center;} #bewertungen .rat_eine { padding: 1rem 0; } #bewertungen .aa_rating_note { margin-left: .25em; font-size: .9em; } #bewertungen .aa_rating_text { font-size: 1rem; } #bewertungen .aa_rating_titel { font-weight: bold; } .aa_rating_titel:before { font-size: .8em; } #bewertungen .aa_rating_typen { opacity: .5; } #bewertungen .rat_eine img { display: inline; width: 1rem; margin-right: 0; } #bewertungen .rat_balken_hint {background: var(--theme-white);width: 6rem;display: block;height: 1rem;} #bewertungen .rat_balken { background:#EDB429; height: 1rem; } .shopbewertungen { max-width: 900px; margin: 0 auto; } .shopbewertungen a { padding: 1.5rem; display: flex; flex-direction: column; color: var(--theme-text); text-align: center; } .shopbewertungen a .ratings-1, .shopbewertungen a .ratings-2, .shopbewertungen a p { text-align: center; } .shopbewertungen h3, .shopbewertungen p { margin: 0 0 .5rem 0; } .shopbewertungen a:hover { transform: translateY(-.2rem) translateZ(0); } .service .flexbox { display:flex; align-items:stretch; flex-wrap:wrap; } .service .flexbox .flex-menu { width: 100%; padding: 1rem; margin-bottom: 1rem; background-color: var(--theme-light); } .service .flexbox .box1 { width: 100%; display: flex; flex-wrap: wrap; padding: 0; background-color: var(--theme-white); } .service .flexbox .box1a { width: 100%; margin-bottom: 1rem; padding: 1rem; background-color: var(--theme-white); } .service .flexbox .box1b { width: 100%; margin-bottom: 1rem; padding: 1rem; background-color: var(--theme-light); } .service .flexbox .box1c { width: 100%; margin-bottom: 1rem; padding: 1rem; background-color: var(--theme-light); } .service .flexbox .box1 h1, .service .flexbox .box1 h2 { margin: 0 0 .5rem 0; } .service .flex-menu #men_3 ul { margin: 0; } .service .flex-menu #men_3 ul li a { display: block; padding: .5rem; } .service .flex-menu #men_3 ul li a:hover { color: var(--theme-text-hover); } .service .breadcrumb { margin-bottom: 10px; } .men_service li.active a { font-weight: bold; } .infoblock { position: 100%; column-count: 1; margin-bottom: 2rem; } .info-in p { margin-top: 0; margin-bottom: 1rem; } .men_service_6 { border-bottom: .15rem solid var(--theme-dark); } .htm_include #men_4 { display: flex; flex-wrap: wrap; justify-content: space-between; } .htm_include #men_4 ul { width: 100%; } .htm_include #men_4 ul#men_ul_id_3, .htm_include #men_4 ul#men_ul_id_4 { width: 48%; } .htm_include #men_4 ul li { margin-left: 0; } .htm_include #men_4 ul.men_sk1 { display: flex; flex-wrap: wrap; justify-content: space-between; } .htm_include #men_4 ul.men_sk1 li { width: 32%; background-color: var(--theme-accent-medium); } .htm_include #men_4 ul.men_sk1 li.head { width: 100%; background-color: unset; font-size: 1.5em; padding: 0; } .htm_include #men_4 ul.men_sk1 li a.alvl_1 { text-align: center; padding: .5rem; } .htm_include #men_4 ul.men_aug li.head { width: 100%; background-color: unset; font-size: 1.5em; padding: 0; } .htm_include #men_4 ul.men_aug li a.alvl_1 { padding: .5rem; background-color: var(--theme-accent-light); font-size: 1.25em; } .htm_include #men_4 ul.men_aug li a.alvl_2 { padding: .25rem .5rem; } .htm_include #men_4 ul.men_aug li a.alvl_1:hover, .htm_include #men_4 ul.men_sk1 li a.alvl_1:hover { background-color: var(--theme-text); color: var(--theme-white); } .htm_include #men_4 ul.men_zk1 li.head, .htm_include #men_4 ul.men_farbe li.head { padding: .5rem; background-color: var(--theme-accent-light); font-size: 1.25em; } .htm_include #men_4 ul.men_zk1 li .alvl_1 { background: unset; } 
@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; } .flexbox5.flex3 { justify-content: center; gap: 1.5rem; } .flexbox5.flex3 .box2 { width: 60%; } .alle_her_box { grid-template-columns: repeat(3, 1fr); } .html_herst_liste { display: grid; grid-template-columns: repeat(8, 1fr); } .faq .button-group { grid-template-columns: 1fr 1fr; } .shopbewertungen a { flex-direction: row; align-items: center; }  }
@media (min-width: 768px) { .start_service a { width: 33.33%; } .grid-6, .grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); } .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_2 .lvl_1 { column-count: 2; } .starttext h1, .starttext h2 { text-align: center; } #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;} .grid-2-2 { grid-template-columns: 1fr 1fr 1fr; grid-template-areas: "box1 box2 box3" "box1 box2 box4"; } .grid-2-2 .box1, .grid-2-2 .box2 { aspect-ratio: auto; } .flexbox10 a { width: 31.25%; margin-right: 3%; } .flexbox10 a:nth-child(2n) { margin-right: 3%; } .flexbox10 a:nth-child(3n), .flexbox10 a:last-child { margin-right: 0; } .flexbox10 h3 { line-height: 1.5; font-size: 1.25rem; } .flexbox10 .untertitel { height: auto; } .ausrichter.faq h3 { display: inline-block; } .flexbox5.flex3 .box2 { width: 45%; } .shopbewertungen a { justify-content: space-between; } .shopbewertungen a .ratings-1, .shopbewertungen a .ratings-2 { padding: 1rem; } .shopbewertungen a .ratings-1, .shopbewertungen a .ratings-2, .shopbewertungen a p { text-align: left; } .infoblock { column-count: 2; } .info-in { padding: 0 2rem 0 0; } .htm_include #men_4 ul.men_aug { display: flex; flex-wrap: wrap; justify-content: space-between; } .htm_include #men_4 ul.men_aug > li { width: 48%; } }
@media (min-width: 992px) { .grid-4 { grid-template-columns: repeat(4, 1fr); } .grid-6 { display: grid; grid-template-columns: repeat(6, 1fr); } .html_herst_liste { grid-template-columns: repeat(14, 1fr); } .flexbox5 { justify-content: space-between; } .flexbox5 .box1 { width: 17.5%; margin-right: 3%; } .flexbox5 .box2 { width: 17.5%; margin-right: 3%; } .flexbox5 .box2:nth-child(3) { margin-right: 3%; } .flexbox10 a { width: 22.5%; margin-right: 3%; } .flexbox10 a:nth-child(3n) { margin-right: 3%; } .flexbox10 a:nth-child(4n) { margin-right: 0; } .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; } .service .flexbox .flex-menu { width: 300px; margin-right: 1rem; } .service .flexbox .box1 { width: calc(100% - 320px); margin-top: 0; } .service .flexbox .box1a { margin-bottom: 1rem; } .service .flexbox .box1b { width: 49%; margin-right: 2%; } .service .flexbox .box1c { width: 49%; } .flexbox5.flex3 .box2 { width: 30%; margin-bottom: 0; } .infoblock { column-count:3; }  }
@media (min-width: 1200px) { .html_herst_liste { grid-template-columns: repeat(27, 1fr); } .alle_her_box { grid-template-columns: repeat(6, 1fr); } #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_2 .lvl_1 { column-count: 3; } .flexbox10 a { width: 17.5%; margin-right: 3%; } .flexbox10 a:nth-child(4n) { margin-right: 3%; } .flexbox10 a:nth-child(5n) { margin-right: 0; } }
@media (min-width: 1400px) { #html-blog .grid-4 { grid-template-columns: 1fr 1fr 1fr 1fr; } .grid-2-2 .box3 .text1, .grid-2-2 .box4 .text1 { font-size: 1.25em; bottom: 1rem; right: 1rem; } .flexbox5.flex3 .box2 { width: 25%; } }
/* ### kachel ### */
body { --kachel-max-height: 24rem; } 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-bottom: var(--theme-divider); background-color: var(--theme-card-background); overflow: hidden; transition: all .3s ease-out; will-change: transform; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); transform: translateZ(0); } ul.se > li:hover:not(.se_banner):not(.no_hover) { box-shadow: var(--shadow-elevation-high); transform: translateY(-.2rem) translateZ(0); } .art_box > .se_kachel { display: block; height: 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: 2rem; left: -.15rem; display: flex; flex-wrap: wrap; justify-content: center; width: 1.5rem; transition: all .1s ease-out; } .se_kachel:hover .rat_stars { opacity: 1; filter: grayscale(0); } .art_box #lager { font-size: .8em; padding: 0 .5rem; width: 100%; margin-top: .5rem; color: var(--theme-accent-medium); position: absolute; bottom: .5rem; display: flex; align-items: center; } .art_box #lager img.se-lager { height: .8rem; margin-right: .5rem; } .art_box #lager table, .art_box #lager br { display: none; } .art_box > .se_kachel > div > figure { margin: 0; text-align: center; transition: transform .3s ease-out; background-color: white; } .art_box > .se_kachel > div > figure img { width: 9rem; height: 8rem; object-fit: contain; margin: 1rem 0; } ul.se > li > a > div > .se_header, .art_box > .se_kachel > div > .se_header { position: absolute; top: 0; left: 0; right: 0; z-index: 1; } .se_diff { display: block; height: 2rem; width: 3.5rem; background-color: var(--theme-error); color: rgb(255,255,255); line-height: 2rem; text-align: center; border-bottom-right-radius: var(--theme-radius-medium); font-size: 1rem; margin-top: 0; position: absolute; right: 0; top: .25rem; } .suchtemp_azu_her { float: left; } .cs_azu { height: 3rem; width: 3rem; background-size: 100%; background-repeat: no-repeat; background-position: center; margin: 0.5rem; } /* azu icons */ .cs_azu[title] { cursor: help; } .cs_azu.azu5 { background-image: url(/img/azu-neu.svg); } .se_unten { display: flex; flex-direction: column; align-content: space-between; justify-content: space-evenly; position: absolute; top: 12rem; left: 0; right: 0; bottom: 0; } .se_name { height: 4.5rem; line-height: normal; margin-top: 1.5em; } .se_name span { display: block; text-align: center; padding: 0; color: var(--theme-text); text-wrap: balance; font-size: .9em; } .se-minanz { display: block; text-align: center; font-size: .8rem; } .se_preis { height: 5rem; } .se_preis .se_vk { color: var(--theme-text); font-size: 1.2em; 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 .5rem; } .se_preis .se_litp { display: block; text-align: center; color: var(--theme-text); } .se_preis .se_litp br { display: none; } li .se_preis .se_vk 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; } 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.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; bottom: 1rem; 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-merken.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-se-merken-active.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="iso-8859-1"%3F><svg xmlns="http://www.w3.org/2000/svg" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 2138.327 2138.327" style="enable-background:new 0 0 2138.327 2138.327;" xml:space="preserve" width="40px" height="40px"><path d="M1032.925,1852.654c0,98.076-79.506,177.583-177.583,177.583S677.76,1950.73,677.76,1852.654  c0-98.076,79.506-177.583,177.583-177.583S1032.925,1754.578,1032.925,1852.654z M1574.387,1675.072  c-98.076,0-177.583,79.507-177.583,177.583c0,98.076,79.507,177.583,177.583,177.583c98.076,0,177.583-79.507,177.583-177.583  C1751.969,1754.578,1672.463,1675.072,1574.387,1675.072z M2125.619,841.423l-218.512,649.464c0,0-18.088,96.383-110.247,96.383  s-993.407,0-1103.389,0s-114.604-120.809-114.604-120.809S461.624,596.637,455.814,544.088s-73.013-91.498-73.013-91.498  L93.651,317.522c-158.306-82.784-86.349-240.298,0-204.121c366.652,172.961,536.973,258.122,547.932,326.25  c11.091,68.26,30.367,232.64,30.367,232.64v1.056c2.245-0.66,3.829-1.056,3.829-1.056s1124.382,0,1351.477,0  C2190.447,672.291,2125.619,841.688,2125.619,841.423z M1809.535,1203.058l-2.245,0.132H737.57L759.619,1378h997.896  L1809.535,1203.058z M1913.708,850.534H693.339l23.502,186.825c234.092,0,919.601,0,1141.678,0L1913.708,850.534z" fill="RGB(0,0,0)"/></svg>'); } .gr_1x2, .gr_2x2 { grid-column: span 2; } .gr_2x1, .gr_2x2 { grid-row: span 2; } .lief_gr_farbe_tab { position: absolute; top: 11rem; 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; list-style: none; } #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); } #linkpag1 { background-image: url(/img/se-zuruck.svg); background-size: 50%!important; } #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: .75rem; width: .75rem; 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; top: 10rem; width: 100%; text-align: center; padding: .5rem 0; overflow: hidden; line-height: 1.25em; } .se_preisaufanfrage + .cur { display: none; }
@media (min-width: 576px) { body { --grid-column-count: 6; --grid-item--min-width: 13rem; --kachel-max-height: 25rem; --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: 14rem; } .art_box > .se_kachel > div > figure img { height: 11rem; } .se_farben { top: 11rem; } .se_preis .se_vk strike { margin: 0 .5rem; } .lief_gr_farbe_tab { top: 15rem; } .se_name { margin-top: 1rem; } .se_name span { font-size: 1rem; } .art_box > .se_kachel > div > figure img { width: 11rem; } .se_kachel .rat_stars { top: 3rem; } }
@media (min-width: 768px) { body { --kachel-max-height: 26rem; } #dd_sort_top, #filter_anzeigen { font-size: 1em; } #pag_se ul > li > #linkpagzur, #pag_se ul > li > #linkpagvor, #pag_se ul > li > #linkpag1 { height: 2.5rem; width: 2.5rem; margin: 0 2rem; } .se_unten { top: 16rem; } .se_name { height: 4rem; } .se_farben { top: 12rem; } .se_farben .lief_gr_farbe1_k { height: 1rem; width: 1rem; line-height: 1.5em;} }
@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; }  }
@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: .75rem; } .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-gold);padding: .5rem 0;align-items: center;justify-content: center;} .powermenue-head { width: 100%;flex-direction: column; align-items: stretch;left: 0px;position: absolute; margin: 0; opacity: 1; pointer-events: all; transition: all .2s ease out; } .powermenue-head.hidden { opacity: 0; pointer-events: none; } .powermenue-head li { background-color: var(--theme-dark); margin: 0; margin-bottom: .1rem; display: flex;align-items: center;justify-content: space-between;cursor: pointer; padding-right: 1rem; } .powermenue-head li:last-child { border-bottom: 0; } .powermenue-head a { font-size: 1.25em; color: var(--theme-text); padding: 1rem; } .powermenue-head a:hover, .powermenue-modul-auflistung li a:hover, #shopLayer .powermenue .powermenue-strukturen a:hover { color: var(--theme-gold); } .powermenue-head li.powermenue-aktiv a { color: var(--theme-gold); } .powermenue-strukturen { position: absolute; display: block; top: 0; left: 0; right: 0; bottom: 0; padding: 0; background-color: var(--theme-white); 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; padding: .5rem 1rem; font-size: 1.25em; font-weight: bold; background-color: var(--theme-accent-light); text-align: center; } .powermenue-modul-ueberschrift-wrapper { } .powermenue-modul-ueberschrift-icon {height: 1.5rem;width: 1.5rem;} .powermenue-modul { width: 100%;margin: 0;} .powermenue-modul a, .powermenue-modul p { font-size: 1.25em; } .powermenue-modul .powermenue-modul-auflistung[data-modul-typ="auflistung"] {display: flex;align-items: center;justify-content: flex-start;flex-direction: row;flex-wrap: wrap; margin: 0; } .powermenue-modul .powermenue-modul-auflistung[data-modul-typ="auflistung"] li { width: 100%; } .powermenue-struktur-module .powermenue-modul:first-child li { padding: 1rem; background-color: var(--theme-light); margin-bottom: .15rem; } .powermenue-struktur-module .powermenue-modul:first-child li a { font-size: 1.25em; } .powermenue-modul-auflistung .powermenue-auflistung-mit-icon {padding: 0;} .powermenue-modul-auflistung { padding: .5rem 1rem 1rem 1rem; } .powermenue-modul-auflistung li.powermenue-aktiv a {color: var(--theme-gold);} .powermenue-modul-auflistung li a:empty { display: none; } .powermenue-modul-auflistung li a { display: block; padding: .25rem 0; } .powermenue-html-oben, .powermenue-html-unten { width:100%; padding: 1rem; } .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: 200px;max-height: 200px;object-fit: contain;} .powermenue-modul .powermenue-top-artikel-name {font-size: 1rem;} .powermenue-modul-icons {display: flex;flex-direction: row;flex-wrap: wrap;justify-content: flex-start;align-items: center;} .powermenue-modul-auflistung li.powermenue-top-artikel {background-color:rgb(255,255,255);border:1px solid rgb(221,221,221);padding:.5rem;box-sizing:border-box;margin-right:2rem;} .powermenue-top-artikel {width: 100%;} .powermenue-top-artikel a {align-items: center; } .powermenue-top-artikel-rechts .powermenue-top-artikel-preis {font-size: 1.5rem;} .powermenue-mehr-anzeigen-button {margin-bottom: 0.5rem; } .powermenue-top-marke img, .powermenue-top-artikel img {max-width: 100px;max-height: 100px;object-fit: contain;} .powermenue-top-artikel a {display: flex;align-items: center;justify-content: flex-start;} .powermenue-top-artikel-rechts {margin-left: 5px;} .powermenue-top-artikel-name {font-size: .8rem;margin-bottom: 10px;} .powermenue-top-artikel-preis {font-size: 1rem;} .powermenue-zwei-spalten-rechts {display: none;} .powermenue-mehr-anzeigen {display: none;} .powermenue-mehr-anzeigen-button {cursor: pointer;display: flex; align-items: center;justify-content: center;margin-top: .5rem;} .powermenue-pfeil-unten {margin-left: .5rem;transform: rotate(90deg);} #powermenue-zurueck {position: absolute;background: transparent url(/img/powermenue_arrow.svg) no-repeat 50% 50%;background-size: auto 40px;z-index: 1000;cursor: pointer;width: 4rem;height: 2rem;left: 0;padding: 1rem 1rem 1rem 0;} #powermenue-zurueck-text {font-size: 1.25rem;color: var(--theme-accent-text);} .powermenue-head-mobile-pfeil {display: none;} .alle-struktur-artikel-anzeigen {display: none; } .powermenue-struktur a { color: var(--theme-text); } .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-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); margin: 0; } .powermenue-modul[data-modul-typ='zwei-spalten-rechts'] { display: none; } .alle-struktur-artikel-anzeigen {display: flex;align-items: center;justify-content: space-between;width: 100%;margin: .1rem 0;padding: .5rem 1rem;box-sizing: border-box;background-color: var(--theme-accent-light);} .alle-struktur-artikel-anzeigen p { margin: 0; } .alle-struktur-artikel-anzeigen p:first-child { font-size: 1.25em; } .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; } .pmc-hover { position: relative; text-decoration: underline; color: var(--theme-gold) !important; } .powermenue-struktur-module .powermenue-modul:not(:first-child) { position: absolute; top: 0; z-index: 1000; background-color: #fff; height: 100vh; flex-direction: column; } .pmc-modul-ausblenden {background-color: var(--theme-gold) !important; color: var(--theme-white); padding: 0.5rem; font-size: 1.5em; align-items: center;} #powermenue-zurueck-text, .pmc-modul-ausblenden-text { color: var(--theme-white)!important; text-transform: uppercase; text-align: center; font-size: 1.4rem; } .powermenue-auflistung-hoch { font-weight: bold; padding: .5rem 0 .5rem 1rem; background-color: var(--theme-light); display: flex; align-items: center; } .powermenue-auflistung-hoch a { font-size: 1.25em; line-height: 1.25em; } .powermenue-auflistung-hoch img { height: 1.25em; margin-right: .5rem; } .powermenue-modul-auflistung #m3-p2-modul1-eigenedragdrop-139, .powermenue-modul-auflistung #m3-p2-modul1-eigenedragdrop-140 { background-color: unset; font-weight: bold; padding: 0; margin: 0; font-size: 1.25em; padding-left: 1rem; } .powermenue-modul-auflistung #m3-p2-modul1-eigenedragdrop-139 a, .powermenue-modul-auflistung #m3-p2-modul1-eigenedragdrop-140 a { padding-bottom: 0; } .powermenue-struktur-module .powermenue-modul:first-child .powermenue-modul-ueberschrift-wrapper { display: none; } #powermenue-menuepunkt-5 a { position: relative; } #powermenue-menuepunkt-5 a:after { content: '%'; background-color: var(--theme-red); display: block; position: absolute; color: var(--theme-white); font-size: .9em; border-radius: 1rem; width: 1.5rem; height: 1.5rem; top: 1rem; right: -1rem; text-align: center; } .powermenue-modul:first-child .powermenue-modul-auflistung { padding: 0; }
@media (min-width: 576px) { .powermenue-modul .powermenue-modul-auflistung[data-modul-typ="auflistung"] li { width: 50%; } .powermenue-modul:first-child .powermenue-modul-auflistung[data-modul-typ="auflistung"] li { width: 100%; } }
@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-family: 'Header-Font'; } .powermenue-struktur-module .powermenue-modul:first-child li a { font-size: 1.25em; } .powermenue-strukturen.hidden {opacity: 0;visibility: hidden;transform: translateY(-2rem);} .powermenue-modul .powermenue-modul-auflistung[data-modul-typ="auflistung"] li { width: 100%; } .powermenue-struktur, .powermenue-struktur-module { display: flex;align-items: flex-start;justify-content: flex-start; } .powermenue-strukturen { position: static; width: 100%; background-color: var(--theme-light); display: block; box-shadow: 0px 12px 24px -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; padding: 1rem; justify-content: space-between; } .powermenue-modul { width: 23%; margin: 0; } .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; } .powermenue-struktur-module .powermenue-modul:first-child { background-color: var(--theme-accent); padding: .57rem 1.5rem; width: 23% !important; } .powermenue-struktur-module .powermenue-modul:first-child a { color: var(--theme-white); font-size: 1.25em; } .powermenue-struktur-module .powermenue-modul:first-child a:hover { color: var(--theme-gold); } .powermenue-modul-auflistung li.powermenue-aktiv a { color: var(--theme-gold)!important; } .powermenue-modul-ueberschrift { display: none; } #m3-p2-modul1-eigenedragdrop-141 a, #m3-p2-modul1-eigenedragdrop-142 a, #m3-p2-modul1-eigenedragdrop-143 a, #m3-p2-modul1-eigenedragdrop-144 a { font-size: 1.2em; } .powermenue-struktur-module .powermenue-modul:not(:first-child) { position: static; top: 0; z-index: 1000; background-color: unset; height: auto; flex-direction: row; } .powermenue-modul-ueberschrift-wrapper { display: none; } .powermenue-struktur-module .powermenue-modul:first-child .powermenue-modul-auflistung li { position: relative; margin: 0; padding: .5rem 1rem .5rem 0; background-color: unset;} .powermenue-modul-auflistung a { display: block; padding: 0.25rem 0; } .powermenue-modul-auflistung li { margin-bottom: 7px; } .powermenue-modul-auflistung { margin: 0; padding: 0; align-items: flex-start!important; justify-content: space-between!important; } .pmc-hover:after { content: " "; display: block; width: 20px; height: 20px; background-color: var(--theme-accent); position: absolute; right: -50px; top: 3px; transform: rotate(45deg); } .powermenue-modul { align-items: flex-start; } .powermenue-struktur-module .powermenue-modul:not(:first-child) { position: relative; } .powermenue-struktur-module .powermenue-modul:not(:first-child) ul { columns: 2; -webkit-columns: 2; -moz-columns: 2; list-style-position: inside; margin-top: 60px; display: block; } .powermenue-modul a, .powermenue-modul p { font-size: 1em; } .powermenue-struktur-module .powermenue-modul:not(:first-child) div.powermenue-auflistung-hoch { position: absolute; width: 45%; margin-top: 0; } .powermenue-struktur-module .powermenue-modul:not(:first-child) > .powermenue-modul-auflistung { width: 50%; } .pmc-wrapper-rechts { width: 50%; } .powermenue-auflistung-hoch { display: flex; align-items: center; justify-content: flex-start; height: auto; padding-bottom: 10px; border-bottom: 1px solid rgb(202,202,202); padding-left: 0; } .powermenue-auflistung-hoch a { font-size: 1.25em; } .powermenue-auflistung-hoch img { height: 1.25rem; } .pmc-modul-ausblenden { display: none; } .powermenue-struktur-module .powermenue-modul:first-child li { text-align: right; } .powermenue-modul-auflistung li#m3-p2-modul1-eigenedragdrop-142 { border-bottom: .1rem solid var(--theme-white); padding-bottom: 1.5rem; } .powermenue-struktur-module .powermenue-modul:not(:first-child) > div.powermenue-auflistung-hoch { margin: 0; } .powermenue-modul-auflistung #m3-p2-modul1-eigenedragdrop-139, .powermenue-modul-auflistung #m3-p2-modul1-eigenedragdrop-140 { background-color: unset; font-weight: bold; padding: .5rem 1rem .5rem 0; margin: 0; font-size: 1em; } #powermenue-menuepunkt-5 a:after { top: .3rem; } }
@media (min-width: 1200px) { .powermenue-head li a { padding: 0 2rem; } #powermenue-menuepunkt-5 a:after { right: 0; } }
/* ### 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; } #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: 0 0 25px -5px rgba(0,0,0,.25); } #shopLayer.suche-offen #kopf_top_line #k_logo img { height: 3.5rem; } .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%; } .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; } .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; } #men_5 #men_ul_id_1 li { width: 32%; } #men_5 #men_ul_id_1 li a { background: var(--theme-dark); } #men_5 #men_ul_id_1 li a:hover { background: var(--theme-accent-dark); color: var(--theme-white); }
@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_2 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_2 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-stapel ### */
.art_stapel { list-style: none; padding: 2rem; overflow-y: hidden; overflow-x: scroll; display: flex; scroll-behavior: smooth; } .art_stapel .art_box { min-width: 17rem; margin-right: var(--padding); } .art_stapel .art_box:first-of-type { margin-left: 2rem; } .art_stapel .art_box:not(:first-of-type) { margin-left: -8rem; } .art_stapel .art_box:hover, .art_stapel .art_box:focus-within, .art_stapel .art_box.active { transform: translateX(-2rem) translateY(-.3rem) rotate(-3deg); transform-origin: bottom right; } .art_stapel .art_box:hover~.art_box, .art_stapel .art_box:focus-within~.art_box, .art_stapel .art_box.active~.art_box { transform: translateX(4.5rem); } .art_stapel_wrapper { position: relative; } .art_stapel_wrapper button.art_slider_nav { display: none; } @media (pointer: fine) { .art_stapel_wrapper button.art_slider_nav { position: absolute; display: block; left: 0rem; top: 50%; transform: translate(0%, -50%) rotate(180deg); height: 3rem; width: 3rem; padding: 0; border-radius: 50%; background-image: url(/img/artikel_weiter.svg); background-position: center; background-repeat: no-repeat; background-size: 30%; } .art_stapel_wrapper button.art_slider_nav.slider_next { left: unset; right: -.5rem; transform: translate(0%, -50%) rotate(0deg); } }
/* ### 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; }
/* ### kachel-slider ### */
.art_slider { list-style: none; padding: var(--padding); overflow-y: hidden; overflow-x: scroll; display: flex; scroll-snap-type: x proximity; scroll-padding: calc(var(--padding) - .6rem); scroll-behavior: smooth; margin-top: 0; } .art_slider .art_box { min-width: 17rem; margin-left: var(--padding); scroll-snap-align: start; } .art_slider_wrapper { position: relative; } .art_slider_wrapper button.art_slider_nav { display: none; } @media (pointer: fine) { .art_slider_wrapper button.art_slider_nav { position: absolute; display: block; left: 0rem; top: 50%; transform: translate(0%, -50%) rotate(180deg); height: 3rem; width: 3rem; padding: 0; border-radius: 50%; background-image: url(/img/artikel_weiter.svg); background-position: center; background-repeat: no-repeat; background-size: 30%; } .art_slider_wrapper button.art_slider_nav.slider_next { left: unset; right: -.5rem; transform: translate(0%, -50%) rotate(0deg); } }
/* ### tabs ### */
[data-tab-inhalt] { display: none; } [data-tab-inhalt].tab-active { display: block; } .tab-nav { display: flex; margin-bottom: var(--padding); flex-direction: column; justify-content: flex-start; gap: .1rem; } .tab-nav > [data-tab] { background-color: var(--theme-card-background); padding: var(--padding); cursor: pointer; min-width: 7rem; text-align: center; border-left: 1px solid var(--theme-light); } .tab-nav > [data-tab]:first-of-type { border-top-left-radius: var(--theme-radius-small); border-left: none; } .tab-nav > [data-tab]:last-of-type { border-top-right-radius: var(--theme-radius-small); } .tab-nav > [data-tab].tab-active { background-color: var(--theme-accent-medium); }
@media (min-width: 768px) { .tab-nav { margin-bottom: 0; flex-direction: row; } }
/* ### meili-extra ### */
#meili-items-divider { margin-top: calc(var(--padding)* 2); text-align: center; font-weight: bold; border-bottom: var(--theme-divider); margin-bottom: var(--padding); font-size: 1.15rem; }
/* ### powermenue-extra ### */
@media (pointer: fine) { .powermenue-head.hidden { opacity: 1; pointer-events: all; } }
@media (min-width: 992px) { .powermenue-head.hidden { opacity: 1; pointer-events: all; } }
/* ### highslide_v2 ### */
.pg-highslide .pg-highslide-content { display: none; } .pg-highslide { cursor: pointer; text-align: center;} .pg-highslide-bg { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, .5); z-index: 200; } #pg-highslide { position: absolute; top: 0; left: 50%; transform: translate(-50%, 1rem); height: 80vh; width: 90vw; overflow: hidden; } #pg-highslide img { max-height: 80vh; } #pg-highslide-close {width: 2rem; height: 2rem; background-color: var(--theme-white); background-image: url(/img/powermenue_close.svg); background-repeat: no-repeat; background-size: 1.5rem; background-position: 50%; border-radius: 2rem; position: absolute; top: .5rem; right: .5rem; cursor: pointer; } .fadeInDownSmall { animation-name: fadeInDownSmall; animation-duration: .3s; } @keyframes fadeInDownSmall { 0% { opacity: 0; transform: translate3d(0,-200px,0); } 100% { opacity: 1; transform: none; } }
@media (min-width: 768px) { #pg-highslide { } }
@media (min-width: 992px) { #pg-highslide { } }
