/* CSS only 136.37K, CSS & InlineSvg (18/28) 147.48K => 8% more */

@font-face { font-family: 'Header-Font'; font-display: swap; src: url('/img/Roboto-Regular.eot'); src: url('/img/Roboto-Regular.woff') format('woff'), url('/img/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('/img/Roboto-Regular.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; } :root { cursor: default; line-height: 1.5; overflow-wrap: break-word; -moz-tab-size: 4; tab-size: 4; -webkit-tap-highlight-color: transparent; -webkit-text-size-adjust: 100%; } body { font-size: 1rem; overflow-y: scroll; margin: 0; text-rendering: optimizeLegibility; font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; overscroll-behavior-x: none; --header-width: 1600px; --theme-white: rgb(255,255,255); --theme-light: rgb(240,240,240); --theme-medium: rgb(220,220,220); --theme-dark: rgb(75,75,75); --theme-link: rgb(93, 124, 4); --theme-text: rgb(36,36,36); --theme-black: rgb(12,12,12); --theme-graublau: rgb(74,84,91); --theme-red: rgb(176, 27, 42); --theme-text-shadow: 0 0 3px rgba (0,0,0,.5); --theme-text-hover: rgb(0, 0, 0); --theme-accent: rgb(93, 124, 4); --theme-accent-light: rgb(93, 124, 4); --theme-accent-medium: rgb(93, 124, 4); --theme-accent-dark: rgb(8, 9, 10); --theme-accent-text: rgb(255,255,255); --theme-powermenu-medium: rgb(238,238,238); --theme-border: .1rem solid var(--theme-light); --theme-outline: none; --theme-radius-small: 0; --theme-radius-medium: .5rem; --theme-card-background: var(--theme-white); --theme-divider: .1rem solid var(--theme-light); --padding: 1rem; --card-padding: 0; --theme-error: rgb(176, 27, 42); --theme-error-text: rgb(255,255,255); --theme-warning: rgb(226, 185, 23); --theme-warning-text: rgb(255,255,255); --theme-success: rgb(93, 124, 4); --theme-success-text: rgb(255,255,255); --shadow-elevation-low: none; --shadow-elevation-medium: none; --shadow-elevation-high: none; background-color: var(--theme-white)!important; } .grid-2 { display: grid; grid-template-columns: 1fr; grid-gap: var(--padding); } 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); } .green { color: var(--theme-accent-medium); } .center { text-align: center!important; } .small { font-size: .75rem; } .font-weight-normal { font-weight: normal; } .white { color: var(--theme-white); } .black { color: var(--theme-black); } .bgblack { background-color: var(--theme-black)!important; } .bgwhite { background-color: var(--theme-white)!important; } .radius05 { border-radius: .5rem!important; } .radius1 { border-radius: 1rem!important; } .bglightblack { background:rgba(255,255,255,.05)!important; } .borderlightblack { border-color:rgba(255,255,255,.08)!important; } 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; } body, #shopLayer, #shopMain { max-width: 100vw; } .shopHeader { background-color: var(--theme-accent-dark); z-index: 99; } #kopf_top_line { position: sticky; top: 0; z-index: 100; box-shadow: 0 0 25px -5px rgba(0,0,0,.25); } #kopf_bottom_line { background-color: var(--theme-white); box-shadow: 0 0 25px -5px rgba(0,0,0,.25); } #shopMain { min-height: 100vh; } #kopf_top_line {box-shadow: var(--shadow-elevation-medium); } /* html anchor */ html { scroll-behavior: smooth; scroll-padding-top: 5rem; } @media screen and (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } } ::placeholder, ::-webkit-input-placeholder { color: var(--theme-text); opacity: .7; } a { text-decoration: none; color: var(--theme-link); transition: all 0.5s; } h1 { font-size: 1.25rem; } .h1_in_breadcrumb { font-size: inherit; } h2 { font-size: 1.15em; } h3 { font-size: 1em; } h4 { font-size: 1em; } h5 { font-size: 1em; } h6 { font-size: 1em; } hr { border: var(--theme-divider); } .pg-only { display: none; } .right { text-align: right; } /* header */ .shopHeader a:not(.button), .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-black); position: relative; z-index: 101; } #k_title ul { width: 100%; display: flex; flex-wrap: nowrap; justify-content: space-between; margin: 0 auto; padding: 0 1rem; } #k_title ul li { display: none; font-size: 0.8rem; line-height: 2rem; white-space: nowrap; background-image: url(/img/check-head.svg); background-size: 1.25rem; background-repeat: no-repeat; background-position: 0 50%; padding-left: 1.5rem; } #k_title ul li#trust { display: block; background-image: url(/img/trustmark_120x120.png); background-size: 1.75rem; padding-left: 2rem; } #k_title ul li, #k_title ul li a { color: var(--theme-white); } #k_title ul li a:hover { color: var(--theme-accent-light); } #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; } #k_title2 { width: 100%; height: 2rem; background: var(--theme-black); position: relative; z-index: 101; } #k_title2 ul { width: 100%; display: flex; flex-wrap: nowrap; justify-content: space-between; margin: 0 auto; padding: 0 1rem; } #k_title2 ul li { font-size: 0.8rem; line-height: 2rem; white-space: nowrap; } #k_title2 ul li, #k_title2 ul li a { color: var(--theme-white); } #k_title2 ul li a:hover { color: var(--theme-accent-light); } #k_title2 ul li#phone { background-image: url(/img/phone.svg); background-size: 1rem; background-repeat: no-repeat; background-position: 0 50%; padding-left: 1.5rem; } #k_title2 ul li#phone span { display: none; } #k_title2 ul li#service { background-image: url(/img/service.svg); background-size: 1rem; background-repeat: no-repeat; background-position: 0 50%; padding-left: 1.5rem; } .hinweis { background-color: var(--theme-light); padding: 1rem; } .hinweis h3 { margin: 0; } .breadcrumb { margin: 1rem 0 1rem 0; } .ausrichter { padding: 0 1rem; } #kopf_top_line_inner { display: flex; justify-content: space-between; align-items: center; width: 100%; height: 4rem; padding: 0 1rem; } #k_logo, #k_icons { width: 11rem; } #k_logo { background: url(/img/logo-elslicht.svg) no-repeat 50% 50%; height: 100%; } #suchbox { display: none; } #k_icons { display: flex; align-items: center; justify-content: flex-end; } #k_lupe_2 { background-image: url(/img/bg-suche-w.svg); background-repeat: no-repeat; background-position: 50%; } #k_merk { background-image: url(/img/bg-merkliste-w.svg); background-repeat: no-repeat; background-position: 50%; } #k_account { background-image: url(/img/bg-konto-w.svg); background-repeat: no-repeat; background-position: 50%; } #k_wk { background-image: url(/img/bg-wk-w.svg); background-repeat: no-repeat; background-position: 50%; } #k_lupe_2, #k_merk, #k_account, #k_wk, #powermenue-schalter { position: relative; display: block; height: 3rem; width: 2.5rem; background-size: 1.5rem; justify-content: flex-end; align-items: center; cursor: pointer; } .k_link { display: none; } #k_account[data-online="0"] .k_link { display: block; height: 100%; width: 100%; } @media (hover: hover) { .k_link { display: block; height: 100%; width: 100%; } } #k_icons > div > .shBagInh { position: fixed; left: var(--padding); right: var(--padding) !important; width: auto; top: 5.4rem; z-index: 99; padding: 1rem; pointer-events: none; transform: translateY(-1rem); opacity: 0; visibility: hidden; background-color: var(--theme-card-background); border-radius: var(--theme-radius-small); box-shadow: 0 0 25px -5px rgba(0,0,0,.25); transition: opacity .2s ease-out, transform .2s ease-out; } .shopHeader.box-shadow #k_icons > div > .shBagInh { top: 3rem; } #k_icons > div:hover > .shBagInh { pointer-events: all; transform: translateY(0); opacity: 1; visibility: visible; overflow: hidden; } #k_icons > div > .shBagInh .wk-empty { display: none; } #k_icons > div[data-num="0"] .shBagInh .wk-empty, #k_icons > div[data-num=""] .shBagInh .wk-empty { display: block; text-align: center; font-weight: bold; height: 10rem; line-height: 10rem; } .wk-heading { text-align: center; font-weight: bold; padding: 1rem 0; border-bottom: var(--theme-divider); color: var(--theme-accent-medium); } #k_icons > div[data-num="0"] .wk-heading, #k_icons > div[data-num=""] .wk-heading { display: none; } ul.alt-list { list-style: none; padding: 0; margin: 0; max-height: calc(100vh - 30rem); overflow-y: auto; } ul.alt-list > li { display: block; } ul.alt-list > li > a { display: block; padding: .5rem; background-position: 0 .5rem; background-size: 3rem; background-repeat: no-repeat; } ul.alt-list.items > li > a { padding: .5rem .5rem .5rem 4rem; min-height: 4rem; background-position: .5rem 0; } ul.alt-list > li > a:hover { color: var(--theme-text-hover); } #k_icons > #k_merk > .shBagInh ul > li > a { display: flex; align-items: center; min-height: 3rem; font-weight: normal;} /*#k_icons > div > .shBagInh ul > li:nth-child(odd) > a, ul.alt-list > li:nth-child(odd) > a { background-color: var(--theme-light); }*/ ul.alt-list a * { color: var(--theme-text); } #k_icons > div[data-num=""]:before, #k_icons > div[data-num="0"]:before, #k_merk[data-num=""]:before, #k_merk[data-num="0"]:before { display: none; content: ""; } #k_wk:before, #k_merk:before { content: attr(data-num); position: absolute; top: .5rem; right: 0; color: var(--theme-accent-text); width: 1.25rem; height: 1.25rem; line-height:1.25rem; text-align: center; vertical-align: middle; border-radius: 50%; box-shadow: var(--shadow-elevation-low); font-size: 0.8rem; } #k_wk:before { background-color: var(--theme-accent-medium); } #k_merk:before { background-color: var(--theme-accent-medium); } .shBagInh .Wkbuttons{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:.6rem;width:100%;max-width:100%;min-width:0;padding:1rem;box-sizing:border-box;} .shBagInh .Wkbuttons .button{display:flex;align-items:center;justify-content:center;width:100%;max-width:100%;min-width:0;min-height:3rem;margin:0;padding:.5rem .35rem;border-radius:2rem;box-shadow:none;text-align:center;font-size:.85rem;line-height:1.2;white-space:normal;overflow-wrap:anywhere;box-sizing:border-box;} .shBagInh .Wkbuttons #wkbutton{margin:0;background:var(--theme-text);color:var(--theme-white);border:.1rem solid var(--theme-text);text-transform:none;} .shBagInh .Wkbuttons #wkbutton:hover{background:rgb(112,147,8);color:var(--theme-white);border-color:rgb(112,147,8);} #sbBagInh .Wkbuttons #kassebutton{margin:0;background:var(--theme-accent);color:var(--theme-white);border:.1rem solid var(--theme-accent);text-transform:uppercase;} #sbBagInh .Wkbuttons #kassebutton:hover{background:rgb(112,147,8);color:var(--theme-white);border-color:rgb(112,147,8);} #shopLayer #powermenue-schalter { margin-left: 0; margin-right: 1rem; 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 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="M4,5h16c0.6,0,1,0.4,1,1s-0.4,1-1,1H4C3.4,7,3,6.6,3,6S3.4,5,4,5z M4,11h16c0.6,0,1,0.4,1,1s-0.4,1-1,1H4 c-0.6,0-1-0.4-1-1S3.4,11,4,11z M4,17h16c0.6,0,1,0.4,1,1s-0.4,1-1,1H4c-0.6,0-1-0.4-1-1S3.4,17,4,17z"/></svg>') no-repeat 50%!important; 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-color: var(--theme-accent-medium); background-position: center; background-repeat: no-repeat; background-size: 36%; } input#menSuchStr { max-width: 100%; } #shopLayer #k_lupe_3 > div { width: 100%; position: relative; } #shopLayer #k_lupe_3 #menSuchStrIcon { position: absolute; height: 100%; aspect-ratio: 1 / 1; top: 0; right: 0; pointer-events: none; background-image: url(/img/search.svg); background-size: 50%; background-position: center; background-repeat: no-repeat; } /* main */ #shopMain { max-width: var(--header-width); padding: var(--padding); margin: 0 auto; } /* footer */ #shopFooter { background-color: var(--theme-black); } .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; } .foot_infos ul { width: 100%; margin-bottom: 2rem; } .foot_infos ul#lichtb { display: none; } .foot_infos ul li { margin-bottom: .5rem; color: var(--theme-white); } .foot_infos ul li a { color: var(--theme-white); } .foot_infos ul li a:hover { color: var(--theme-accent); } .foot_infos ul.soc { display: flex; flex-wrap: wrap; justify-content: center; min-height: auto; } .foot_infos ul.soc li.foot_ueb { width: 100%; } .foot_infos ul.pay { width: 100%; display: flex; flex-wrap: wrap; justify-content: center; min-height: auto; } .foot_infos ul.soc, .foot_infos ul.mitgl { 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 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; color: var(--theme-white); } #shopFooter #f_text > span { display: block; font-size: .8rem; } #shopFooter .unten #f_text span.br { display:block;height:0; } #shopFooter .unten #f_text span.pipe { display:none; } #shopFooter a:hover { color: var(--theme-accent); } #shopFooter .unten { border-top: .1rem solid var(--theme-dark); } #shopFooter ul.check li { background-image: url(/img/check-foot.svg); background-size: 1rem; background-repeat: no-repeat; background-position: 0 50%; padding-left: 1.5rem; } .foot_infos2 { display: flex; flex-wrap: wrap; padding: 2rem 2rem 2rem 2rem; border-bottom: .1rem solid var(--theme-dark); } .foot_infos2 div { color: var(--theme-white); text-align: left; } .foot_infos2 div a { display: block; color: var(--theme-white); font-size: 1.25rem; font-weight: bold; } .foot_infos2 div#phone { width: 100%; margin-bottom: 1rem; } .zul_anges_art { background: var(--theme-white)!important; } .zuletzt_items { display: flex; flex-wrap: wrap; padding: 0 0 5rem 0; gap: .3rem; } .zuletzt_items .zuletzt { } .zuletzt_items .zuletzt a { display: block; border: var(--theme-border) ;border-radius: var(--theme-radius-small); box-shadow: var(--shadow-elevation-medium); background-color: white; transition: box-shadow .3s ease-out; overflow: hidden; } .zuletzt_items .zuletzt:hover a { box-shadow: var(--shadow-elevation-high); } .zuletzt_items .zuletzt a img { width: 5rem; height: 5rem; object-fit: contain; } .zuletzt_fix { padding-top: 2rem; } .zuletzt_fix .ueb { display:block; margin-bottom:.5rem; } .animate { transition: all .1s ease-out; } .loading { opacity: 0; transform: scale(.9) skew(5deg, 5deg); } /* rating */ .rat_stars { display: block; height: 1.5rem; } .rat_stars * { background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13"><style type="text/css">.st0{fill:RGB(238,177,29);}</style><path class="st0" d="M13 5h-4.7l-1.8-5-1.8 5h-4.7l3.9 2.9-1.4 5.1 4-3.1 4 3.1-1.4-5.1 3.9-2.9zm-6.5 3.5l-2.2 1.8.9-2.6-2.1-1.7 2.6.1.8-3 .8 3 2.6-.1-2.1 1.7.9 2.6-2.2-1.8z"/></svg>'); height: 1.5rem; width: 1rem; margin-right: .3rem; display: block; float: left; background-repeat: no-repeat; background-position: center; background-size: 100%; } .rat_stars i { background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13"><style type="text/css">.st0{fill:RGB(238,177,29);}</style><path class="st0" d="M6.5 0l1.8 5h4.7l-3.9 2.9 1.4 5.1-4-3.1-4 3.1 1.4-5.1-3.9-2.9h4.7z"/></svg>'); } .rat_stars b { background-image: url(/img/star-outline-h.svg); } .rattext { min-height: 6rem; } /* card */ .card { display: block; position: relative; border: var(--theme-border); padding: 1rem; 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 .full, .card .card-info { margin: 0 calc(var(--card-padding) * -2); width: calc(100% + calc(var(--card-padding) * 4)); max-width: calc(100% + calc(var(--card-padding) * 4)); } .card.p-0 .full, .card.p-0 .card-info { margin: 0; } .card.p-0 .card-info { width: 100%; max-width: 100%; } .card img.full.top { margin-top: calc(var(--card-padding) * -1); width: 100%!important; } .card > h1:first-child, .card > h2:first-child, .card > h3:first-child, .card-info > h3:first-child { margin-top: calc(var(--card-padding) / 2); } .card.accent, .card.accent a, .card .card-info.accent, .card .card-info.accent a { background-color: var(--theme-accent-medium); color: var(--theme-accent-text); } .card.accent h1, .card.accent h2, .card.accent h3, .card.accent h4, .card.accent h5, .card.accent h6 { color: var(--theme-accent-text); } .card .card-info { padding: 1rem 2rem; border-top: var(--theme-divider); border-bottom: var(--theme-divider); } .card .card-info:first-child { border-top: none; border-bottom: none; } .card:not(.p-0) .card-info:first-child { margin-top: calc(var(--card-padding) * -1); } .card .card-info:last-child { margin-bottom: calc(var(--card-padding) * -1); border-bottom: none; } .m-auto { margin: 0 auto!important; } .m-0 { margin: 0!important; } .mt-2 { margin-top: 1rem!important; } .mt-4 { margin-top: 2rem!important; } .mt-6 { margin-top: 3rem!important; } .mt-4 { margin-top: 2rem!important; } .mb-1 { margin-bottom: .5rem!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-0mob { padding: 0; } .p-0 { padding: 0!important; } .p-2 { padding: 1rem; } .p-4 { padding: 2rem; } .pb-2 { padding-bottom: 1rem; } /* scrollbar */ #shopLayer ::-webkit-scrollbar { width: .5rem; } #shopLayer ::-webkit-scrollbar-track { background-color: var(--theme-light); } #shopLayer ::-webkit-scrollbar-thumb { background: var(--theme-medium); border-radius: 10px; } #shopLayer { scrollbar-color: var(--theme-medium) var(--theme-light); scrollbar-width: thin; } /* Detail Navigation (Artikeldetail & Content) */ .detail-nav{display:grid;grid-template-columns:1fr auto;align-items:center;gap:.75rem;padding:.9rem .35rem;color:var(--theme-text);text-decoration:none;background:none;border:0;font-size:1rem;cursor:pointer;width:100%;text-align:left;transition:color .2s ease,background .2s ease;} .detail-nav:hover{color:var(--theme-accent);background:none;} .detail-nav::after{content:"";width:.6rem;height:.6rem;border-right:.15rem solid currentColor;border-bottom:.15rem solid currentColor;transform:rotate(45deg);justify-self:end;align-self:center;margin-top:-.25rem;margin-right:2rem;transition:transform .2s ease;} .detail-nav:focus{outline:none;} .detail-nav:focus-visible{outline:2px solid var(--theme-accent);outline-offset:2px;} /* button */ button, .button { display: inline-block; background-color: var(--theme-accent-dark); border: none; padding: 1rem 2rem; font-size: 1rem; text-transform: uppercase; color: var(--theme-white); border-radius: var(--theme-radius-small); box-shadow: var(--shadow-elevation-medium); cursor: pointer; transition: all .3s ease-out; user-select: none; } button:hover, .button:hover { box-shadow: var(--shadow-elevation-high); color: var(--theme-white); background-color: var(--theme-accent-medium); } button.big, .button.big { width: 100%; padding: 1rem; 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; display: inline-block; margin-right: 1rem; margin-top: -0.5rem; height: 2rem; width: 2rem; vertical-align: middle; } button:disabled, .button:disabled { opacity: .5; cursor: no-drop; } button.cancel, .button.cancel, button.secondary, .button.secondary { background-color: var(--theme-accent-light); color: var(--theme-white); margin-top: 1rem; } button.cancel:hover, .button.cancel:hover, button.secondary:hover, .button.secondary:hover { background-color: var(--theme-black); } 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; } button.button-anfrage, .button.button-anfrage { background: var(--theme-white); color: var(--theme-black); border: .1rem solid var(--theme-black); box-shadow: none; transition: none; } button.button-anfrage:hover, .button.button-anfrage:hover { background: var(--theme-accent); color: var(--theme-white); border: .1rem solid var(--theme-accent); box-shadow: none; transition: none; } .button.button-warenkorb { background: var(--theme-accent); color: var(--theme-white); border: .1rem solid var(--theme-accent); } .button.button-warenkorb:hover { background: var(--theme-accent); border-color: var(--theme-accent); color: var(--theme-white); box-shadow: 0 .5rem 1.2rem rgba(0,0,0,.18); transform: translateY(-.2rem); } /* input */ input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="password"], input[type="date"], textarea, select, input[type="range"] { width: 100%; max-width: 24rem; } input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="password"], input[type="date"], textarea, select { border: none; border-bottom: 1px solid transparent; border-radius: var(--theme-radius-small); box-shadow: var(--shadow-elevation-low); background-color: var(--theme-light); padding: 0.5rem .8rem; color: var(--theme-text); font-size: 1rem; height: 2.5em; font-family: inherit; } textarea { min-height: 10rem; resize: vertical; } input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="date"]:focus, textarea:focus { outline: none; border-bottom: 1px solid var(--theme-accent-medium); } input[type="number"] { max-width: 5rem; } .inp_wrapper[data-typ="number"] { display: inline-block; margin-right: 0.5rem; } .inp_wrapper.error div { font-size: .9rem; color: var(--theme-error-text); background-color: var(--theme-error); padding: .4rem .8rem; margin-top: .2rem; border-radius: var(--theme-radius-small); } .inp_wrapper[data-typ="checkbox"] { display: flex; align-items: start; } .inp_wrapper[data-typ="checkbox"] > input { margin: 0; margin-top: .3rem; height: 1.25rem; width: 1.25rem; } .inp_wrapper[data-typ="checkbox"] input + label { display: block; margin-left: .7rem; position: relative; top: unset; left: unset; transform: unset !important; pointer-events: all; font-size: .95rem; max-width: 22.5rem; width: 22.5rem; text-align: left; } .inp_wrapper[data-type="radio"] { margin-top: 0.2rem; } .radio-group { margin-top: 1.5rem;} input[disabled] + label, input[disabled] + label * { opacity: .7; } .inp_wrapper .inp_error { border-bottom: 2px dashed var(--theme-error) !important; } /* geht nicht in firefox weil input & :before da nicht geht input[type="checkbox"] { visibility: hidden; } input[type="checkbox"]:after { content: ' '; visibility: visible; width: 1rem; height: 1rem; background: var(--theme-white); border-radius: .25rem; display: block; margin: .1rem .5rem 0 0; border: .1rem solid rgb(204,204,204); } input[type="checkbox"]:checked:after { background: var(--theme-accent-medium) !important; } */ /* - + input */ .inp_wrapper[data-typ="number-custom"] > div.inc, .inp_wrapper[data-typ="number-custom"] > div.dec { float: left; width: 1.6rem; height: 2.5rem; margin-top: 0; text-align: center; line-height: 2.2rem; background-color: var(--theme-medium); border-radius: var(--theme-radius-small); box-shadow: var(--shadow-elevation-medium); cursor: pointer; user-select: none; } .inp_wrapper[data-typ="number-custom"] > div.dec { border-top-right-radius: 0; border-bottom-right-radius: 0; } .inp_wrapper[data-typ="number-custom"] > div.inc { border-top-left-radius: 0; border-bottom-left-radius: 0; } .inp_wrapper[data-typ="number-custom"] { height: 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"] > div.del { width: 2rem; height: 2.5rem; float: left; font-size: 0; cursor: pointer; user-select: none; background: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><svg xmlns="http://www.w3.org/2000/svg" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 64 64" enable-background="new 0 0 64 64" xml:space="preserve" width="512px" height="512px"><g id="Urn"> <path d="M51.8656998,5.4326H40.6636009V5.4159999c0-1.4462998-0.5634995-2.8055999-1.5870018-3.8290999 C38.0531998,0.5635,36.6927986,0,35.2456017,0H29.9438c-1.4237823,0-2.7626991,0.5537-3.7684994,1.5596 C25.1693993,2.5655,24.6147003,3.9043,24.6147003,5.3291001V5.4326H12.0991001 c-2.9579992,0-5.3651996,2.4063001-5.3651996,5.3642998v5.1416006c0,0.5526991,0.4472003,0.999999,1,0.999999h2.8309999v37.1523018 c0,2.6455002,1.0313005,5.1338005,2.9033003,7.006897C15.3393002,62.9696999,17.8285999,64,20.4761009,64h23.2402 c2.5967178,0,5.0380974-1.0107002,6.872097-2.8466988c1.8359032-1.8369026,2.8466187-4.2763023,2.8466187-6.8701019V16.9384995 h2.8310814c0.5527,0,1-0.4473,1-0.999999v-5.1055002C57.266098,7.8555002,54.8432007,5.4326,51.8656998,5.4326z  M51.4350166,54.2831993c0,2.0596008-0.8027153,3.9971008-2.2607155,5.4561005C47.7173004,61.1973,45.778801,62,43.716301,62 h-23.2402c-2.1133003,0-4.0997009-0.8222008-5.5938005-2.3163986c-1.4727001-1.4736023-2.3174-3.5116997-2.3174-5.5928001 V16.9384995h38.8701172V54.2831993z M55.266098,14.9385004h-2.8310814H11.5649004H8.733901v-4.1416006 c0-1.8555002,1.5096998-3.3642998,3.3651991-3.3642998h13.5156002c0.5527992,0,1-0.4471998,1-1V5.3291001 c0-0.8906002,0.3456993-1.7265,0.9745998-2.3545001C28.2084999,2.3555,29.0669003,2,29.9438,2h5.3018017 c0.8994179,0,1.7802963,0.3652999,2.4169998,1.0009999c0.6455002,0.6455002,1.0009995,1.5029001,1.0009995,2.415V6.4326 c0,0.5528002,0.4472008,1,1,1h12.2020988c1.875,0,3.4003983,1.5254002,3.4003983,3.4004002V14.9385004z" fill="rgb(60,60,60)"/> <path d="M22.1557007,52.2344017c0.5527992,0,1-0.4473,1-1V26.2334003c0-0.5527-0.4472008-1-1-1c-0.5526829,0-1,0.4473-1,1 v25.0010014C21.1557007,51.7871017,21.6030178,52.2344017,22.1557007,52.2344017z" fill="rgb(60,60,60)"/> <path d="M32.4673004,52.2344017c0.5527191,0,1-0.4473,1-1V26.2334003c0-0.5527-0.4472809-1-1-1c-0.5528011,0-1,0.4473-1,1 v25.0010014C31.4673004,51.7871017,31.9144993,52.2344017,32.4673004,52.2344017z" fill="rgb(60,60,60)"/> <path d="M42.7798004,52.2344017c0.5527,0,1-0.4473,1-1V26.2334003c0-0.5527-0.4473-1-1-1c-0.552784,0-1,0.4473-1,1v25.0010014 C41.7798004,51.7871017,42.2270164,52.2344017,42.7798004,52.2344017z" fill="rgb(60,60,60)"/></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg>') 50% no-repeat; background-size: 1.5rem; } .inp_wrapper.delete.required label { display: none; } /* toggle (css only radio group) */ .toggle { display: flex; border: var(--theme-border); 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%; max-width: calc(100vw - calc(var(--padding) * 5)); } .table th { text-align: left; min-width: 8rem; padding: .5rem .5rem .5rem 0; background-color: var(--theme-card-background); font-size: 1rem; color: var(--theme-text); } .table th p { margin: 0; } .table td { padding: .5rem; 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,<%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 11 7" style="enable-background:new 0 0 11 7;" xml:space="preserve"><style type="text/css"> .st0{fill:%233C3C3C;}</style><path class="st0" d="M0,1.4l4.8,4.9l0.7,0.6l0.7-0.6L11,1.4L9.7,0.1L5.5,4.3L1.3,0.1"/></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: var(--shadow-elevation-medium); list-style: none; left: 0; right: 0; padding: 0; opacity: 0; transition: opacity .2s ease-out, transform .2s ease-out; transform: translateY(-1rem); visibility: hidden; border: var(--theme-border); max-height: 30rem; overflow-y: auto; } .css_dropdown:hover ul { visibility: visible; opacity: 1; transform: translateY(0); } .css_dropdown ul li a, .css_dropdown ul li label { display: block; padding: .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); } .tooltip .tooltiptext { opacity: 0; visibility: hidden; transform: translate(0%, 1rem); top: 0; left: 0%; width: 24rem; background-color: black; color: white; text-align: left; padding: var(--padding); border-radius: var(--theme-radius-small); position: absolute; z-index: 1; transition: all .3s ease-out; } .tooltip.bottom .tooltiptext { transform: translate(0%, -1rem); bottom: unset; top: 100%; } .tooltip:hover .tooltiptext { opacity: 1; visibility: visible; transform: translate(0%, 0); } .tooltip .tooltiptext.wide { width: 23rem; } .PGerror, .PGwarning, .PGsuccess { border-radius: var(--theme-radius-small); padding: var(--padding); display: flex; gap: var(--padding); align-items: center; justify-content: 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; } #pers_submen a { background-color: var(--theme-black); color: var(--theme-white); } #pers_submen a.active, #pers_submen a:hover { background-color: var(--theme-accent-medium); 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; } .tab_k:empty { display: none; } #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,<%3Fxml version="1.0" encoding="utf-8"%3F><svg version="1.1" id="Ebene_1" focusable="false" xmlns="http://www.w3.org/2000/svg"  x="0px" y="0px" viewBox="0 0 512 381.8" style="enable-background:new 0 0 512 381.8;" xml:space="preserve"><style type="text/css"> .st0{fill:rgb(255,255,255);}</style><path class="st0" d="M173.9,374.3L7.5,207.9c-10-10-10-26.2,0-36.2l36.2-36.2c10-10,26.2-10,36.2,0L192,247.6L432.1,7.5 c10-10,26.2-10,36.2,0l36.2,36.2c10,10,10,26.2,0,36.2L210.1,374.3C200.1,384.3,183.9,384.3,173.9,374.3L173.9,374.3z"/></svg>') no-repeat 50% 50%; background-size:150px;animation: wobbel 1s 1 linear} #bestellabschluss p { text-align: center; font-size: 1.25rem; line-height: normal; } #bestellabschluss p span { font-size: 1rem; } #bestellabschluss form { width: max-content; margin: 0 auto;} #bestellabschluss form button { margin-top: 2rem; } #bestellabschluss h3 { font-size: 1.5rem; font-weight: bold; } .datenschutz-grid + input.button { float: right; } .card[data-za="2"] .zacheck .icon, .zacheckbue[data-za="2"] { background-image: url(/img/f_ls.svg); } .card[data-za="3"] .zacheck .icon, .zacheckbue[data-za="3"] { background-image: url(/img/f_vk.svg); } .card[data-za="4"] .zacheck .icon, .zacheckbue[data-za="4"] { background-image: url(/img/f_dhl-nachnahme.svg); } .card[data-za="5"] .zacheck .icon, .zacheckbue[data-za="5"] { background-image: url(/img/f_bar.svg); } .card[data-za="7"] .zacheck .icon, .zacheckbue[data-za="7"] { background-image: url(/img/f_rg.svg); } .card[data-za="8"] .zacheck .icon, .zacheckbue[data-za="8"] { background-image: url(/img/f_pp.svg); } .card[data-za="9"] .zacheck .icon, .zacheckbue[data-za="9"] { background-image: url(/img/f_kk.svg); } .card[data-za="11"] .zacheck .icon, .zacheckbue[data-za="11"] { background-image: url(/img/f_ap.svg); } .card[data-za="12"] .zacheck .icon, .zacheckbue[data-za="12"], .card[data-za="13"] .zacheck .icon, .zacheckbue[data-za="13"] { background-image: url(/img/klarna.svg); } .zacheckbue { height: 3rem; width: 5rem; background-position: center; background-size: contain; background-repeat: no-repeat;} #shopLayer[data-pp="perart"] #pag_se_all {display:none!important;} ul.mleft li { margin-left: 1rem; padding: .5rem 0; } ul.check li { list-style: none; background-image: url(/img/check-head.svg); background-size: 1.25rem; background-repeat: no-repeat; background-position: 0 50%; padding-left: 1.5rem; margin-left: 0; } ul.nonelist li { list-style: none; } .htm_include { padding: 1rem!important; margin-bottom: 2rem; } /* Lexikon */ #gloss_wrapper {margin-bottom:2rem;} #gloss_nav {margin-bottom:2rem;} .gloss_alph_tab {margin-left:.5rem;} #gloss_nav .gloss_alph_tab {margin-left:0;} .gloss_cloud1, .gloss_cloud2, .gloss_cloud3, .gloss_cloud4, .gloss_cloud5, .gloss_cloud6, .gloss_cloud7 { font-size:1rem; padding-right: 1rem; } .gloss_box { font-size:1rem; } .gloss_box a { margin-top: 1.2rem; margin-left: 0.5rem; display: block; color: var(--theme-text); } .gloss_box a span { color: var(--theme-text); } .gloss_box a span:hover { color: var(--theme-accent); } .gloss_li1 {background-color:#EEEEEE;list-style-type: none;list-style-position:inside;cursor:pointer;position: relative; left: -20px;} .gloss_li2 {background-color:#FFFFFF;list-style-type: none;list-style-position:inside;cursor:pointer;position: relative; left: -20px;} .gloss_ajax_text {font-size: 1rem;font-weight: bold;} #gloss_nav .gloss_alph { width: auto; min-width: 3rem; font-size: 1rem; color: var(--theme-text); background-color: var(--theme-light); padding: .5rem; border-radius: .5rem; display: inline-block; margin: 0 .5rem .5rem 0; text-align: center; } #gloss_nav .gloss_alph:hover { background-color: var(--theme-accent); } .gloss_alph_tab {display:inline;} .gloss_box table.gloss_alph_tab span.gloss_alph {font-size: 2rem;padding: .5rem 1rem;background: rgb(226,114,12);color: #fff;border-radius: .5rem;} .gloss_alph a, .gloss_alph a nobr {font-size:1.25rem;color:#fff;} .gloss_alph a {padding: .5rem;} .gloss_alph a:hover {background-color:rgb(226,114,12);} .gloss_titel {font-size:1.25rem;font-weight:bold;} .gloss_text {font-size:1rem;} .gloss_text ul li {font-size:1rem;position: relative;padding: .5rem 0 .5rem 2rem;margin: 0;} .gloss_text ul {margin: 0 0 2rem 0;} .gloss_text h2 {border-bottom: 1px solid silver; padding-bottom: 3px} .gloss_text p, .gloss_text p a {font-size:1rem;} .gloss_text p {margin:.5rem 0;} .gloss_text p b {font-weight:bold;} .gloss_text strong {font-size:1rem;font-weight:bold!important;} .gloss_text iframe[src*='youtube'], .banner iframe[src*='youtube'] {border-radius: 5px; border: 6px solid #ececec; display: block; margin: 0 auto;} .gloss_text {margin-bottom:10em;} .gloss_box h1 {font-size:1.5em;font-weight:normal!important;} .gloss_alph_tab .gloss_alph {font-size: 1.25rem; background-color: rgb(80,80,80);color:#fff;padding: .25rem;border-radius: .5rem;display: inline-block;margin: 0;width: 2rem;text-align: center;} .gloss_box {margin-bottom:2rem;} #gloss_nav .gloss_alph_tab:last-child .gloss_alph {padding: .5rem 2rem;} #shopLayer[data-pp="agb"] .tab_k { display:none; } #shopLayer[data-pp="agb"] .zul_anges_art { display: none; } #shopLayer[data-pp="agb"] .htm_include ul li { margin-left: 1rem; } #shopLayer[data-pp="dat"] .tab_k { display: none; } #shopLayer[data-pp="dat"] .zul_anges_art { display:none; } #shopLayer[data-pp="dat"] .htm_include ul li { margin-left: 1rem; } #shopLayer[data-pp="wid"] .tab_k { display: none; } #shopLayer[data-pp="wid"] .zul_anges_art { display:none; } #shopLayer[data-pp="wid"] .htm_include ul li { margin-left: 1rem; } #shopLayer[data-pp="ticket"] .button.ticket { background-color: var(--theme-accent); color: var(--theme-white); } /*Adventskalender*/ #advent_tab { text-align:center; position: relative; } .advent_tab { width:100%; background-image:url(/img/Fotolia_125747371_M.jpg); background-position: 58% 46%; background-repeat:no-repeat; background-size: cover; border:0; margin:0 0 2% 0;position:relative;border-radius: 1rem; padding-bottom: 10rem; } .advent_td { text-align:center; width: 5rem; height: 3rem; font-size: 1rem; } .advent_td a { font-size: 1rem; } #advent_ueb { font-size:2rem; text-align:center; padding: 1rem 0 .5rem 0; } .advent_text { width:100%;height:auto; background-color:#a40609; opacity: 0.9; padding: 1rem; font-size: 1.25rem; color: var(--theme-white); text-align: center; position: absolute; bottom: -10rem; border-radius: var(--theme-radius-medium);} .advent_tag { padding:1rem; display:inline-block; margin:.5rem; background-color: rgba(255,255,255,0.5); border-radius: 0.5rem; } .advent_nummer { font-size: 2rem; width: 100%; height: 100% !important;display: inline-block;cursor:pointer;} .advent_tooltipp { padding: 1rem; background-color: var(--theme-white); position:absolute; border: var(--theme-divider); border-radius: .5rem; position: absolute; z-index: 100; top: 0; box-shadow: var(--shadow-elevation-medium); } .advent_status1, .advent_status2, .advent_status3 { float:left; width:90%; height:4rem; margin-bottom: 1rem; padding-left: 15%; font-size:1rem; text-align: left;} .advent_status1 { color:#a70b07; background-image:url(/img/pg_smily3.png); background-repeat:no-repeat; background-position: 0 0; } .advent_status2 { color:#1c7d06; background-image:url(/img/pg_smily1.png); background-repeat:no-repeat; background-position: 0 0; } .advent_status3 { color:#dfbc15; background-image:url(/img/pg_smily2.png); background-repeat:no-repeat; background-position: 0 0; } .advent_name { padding:0 0 1rem 0; font-size:1.25rem; } .advent_pic { width:30%; float:left; } .advent_preisbox { width:60%; float:left; margin-left:1rem; text-align: left; } .advent_preisbox_uvp { opacity: .7; } .advent_preisbox_strike { color: #cc0000; } .advent_proz { font-size: 1.5rem; color: #cc0000; font-weight:bold;} .advent_preisbox_preis { font-size: 1.5rem; font-weight:bold; } /*Adventskalender ENDE*/ .inp_wrapper[data-typ="checkbox"] > input { margin: 0; margin-top: .3rem; height: 1.25rem; width: 1.25rem; } .flexbox { display:flex; justify-content:space-between; position:relative; } /* Farbpunkte Schienensysteme */ .se-farben-row { display:flex !important; flex-wrap:wrap; gap:22px; align-items:flex-start; justify-content:center; margin-top:20px; } .se-farbe { display:flex; flex-direction:column; align-items:center; text-align:center; width:110px; } .se-farbe img { width:72px; height:72px; border-radius:50%; object-fit:cover; display:block; margin-bottom:8px; } .se-farbe span { font-size:13px; line-height:1.3; color:var(--theme-text); } /*Hilfecenter Head*/ #k_title ul li #k_hilfe_c { display: block; height:2rem; color: var(--theme-white); font-size: .7rem; text-transform: uppercase; font-weight: bold; } #k_title ul li #k_hilfe_c span { font-size:.8rem; color: var(--theme-text) ;display:block; } #k_hilfecenter { width: 350px; padding: .3rem 1rem 1rem 1rem; left: 0; background: var(--theme-light); position: absolute; top:30px;z-index: 10001; border-bottom-right-radius: 0; display: none;box-shadow: 0 0 25px -5px rgba(0,0,0,.5);} #k_hilfecenter #k_hilf_kont { display: block; background-image: url('data:image/svg+xml,<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 60.7 60.7" style="enable-background:new 0 0 60.7 60.7;" xml:space="preserve"><style type="text/css"> .st0{fill:none;stroke:%233C3C3C;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}</style><g id="mail"> <rect class="st0" x="5.5" y="12.5" width="49.7" height="35.7" rx="4.5" ry="4.5"></rect> <path class="st0" d="M7.5,16.2l20,16.2c1.6,1.3,4,1.3,5.6,0l20-16.2"></path></g></svg>'); background-size: auto 1rem; background-position: 0 75%; line-height: normal; background-repeat: no-repeat; color: var(--theme-text)!important; padding-left: 2rem; font-size: 1.1rem; font-weight: bold; margin-top: .5rem; margin-bottom: .3rem; } #k_hilf_kont { margin-bottom: 1rem; } #k_hilfecenter > a:hover { color: var(--theme-accent-dark)!important; } #k_hilfecenter > a#k_hilf_tel { background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 24 24" fill="none" stroke="%237ba305" stroke-width="2" stroke-linecap="butt" stroke-linejoin="arcs"><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path></svg>'); background-size: auto 1.25rem; line-height: normal; background-repeat: no-repeat; color: var(--theme-text); font-size: 1rem; padding-left: 1.5rem; font-size: 1.1rem; font-weight: bold; } #k_hc_wrapper:hover #k_hilfecenter { display: block; } #k_hilf_tel span {font-size: .8rem; color: var(--theme-dark); font-weight: normal;letter-spacing: 0;text-transform: none;} #k_hilfe_c:before, #k_hilfe_c span, #phone:hover #k_hilfecenter {display:none;} #phone:hover #k_hilfecenter span { color: var(--theme-text); display: block; line-height: normal; white-space: wrap; font-size: 1rem; } #phone:hover #k_hilfecenter span.k-fragen { margin: .3rem 0 0 0; } #phone:hover #k_hilfecenter span.small { font-size: .75rem; } #k_hilfecenter span { line-height: normal!important; } .objectfit { object-fit: cover; height: 100%; object-position: 100%; } .greentop { background-color: var(--theme-accent-medium); color: var(--theme-white); padding: .4rem .8rem; border-radius: 3rem; display: inline-block!important; } .redtop { background-color: var(--theme-error); color: var(--theme-white); padding: 0 .5rem; border-radius: 1rem; display: inline-block!important; } #start-beratung { padding: 1rem; border: .1rem solid var(--theme-medium); background-color: var(--theme-white); position: relative; } #start-beratung h3 { margin: 0; } #start-beratung img#arthur { position: absolute; top: -1rem; right: -1rem; height: 90px; width: 90px; border-radius: 50%; border: 4px solid var(--theme-white); background-color: var(--theme-white); box-shadow: 0px 10px 4px -5px rgb(0 0 0 / 20%); } #k_hilfecenter img#arthur-title { position: absolute; top: -1rem; right: -.75rem; height: 90px; width: 90px; border-radius: 50%; border: 4px solid var(--theme-white); background-color: var(--theme-white); box-shadow: 0px 10px 4px -5px rgb(0 0 0 / 20%); } #shopLayer .datenschutz-grid > div { align-items: start; } #shopLayer .datenschutz-grid > div > .inp_wrapper { height: 100%; } #shopLayer .datenschutz-grid > div > .inp_wrapper > label { height: 100%; } .deb-grid .submit button { float: right; } .scroll {width:100%;overflow-x: scroll;} .scrollbox {display: block;width: 1100px;} .energie_els { display: flex; align-items: center; gap: .25rem; color: var(--theme-text); } .energie_els img { height: 2rem; } .energie_els span { font-size: 0.7rem; } #dt-tooltip { background-color: var(--theme-white); box-shadow: 0px 0px 100px 5px rgba(0, 0, 0, 0.7); } .se-lager { height: 1rem; width: 1rem; } #dpd_banner { width:100%; position: fixed; bottom: 0; z-index: 100; } #dpd_banner .introtext { background: url(/img/feiertage.jpg) 50%; background-size: cover; position: relative; margin: 0 auto; max-width: 100%; text-align: center; box-shadow: 0 0 25px -5px rgba(0, 0, 0, .5); } #dpd_banner .introtext a { display: block; width: 100%; height: 100%; padding: 1rem 2rem 1rem 1rem; } #dpd_banner #close { position: absolute; top: 1rem; right: 1rem; width: 1.5rem; } #dpd_banner h2 { color: var(--theme-text); font-size: 1.25rem; margin-bottom: 1rem; } #dpd_banner p { color: var(--theme-text); } .cookie-wrapper{z-index: 999;height: 100%;width: 100%;background-color: rgba(255, 255, 255, 0.5);position: fixed;overflow: hidden;pointer-events: auto;} .pg_wr_section {margin: 0 auto;max-width:650px;width:100%;padding:1rem;box-sizing:border-box;} .pg_wr_section h1 {margin-bottom:1rem;text-align:center;} .pg_wr_text1 {text-align:left;margin-bottom:2rem;display:block;} #pg_wr_button {margin:1rem 0 2rem 0;width:100%;} .pg_wr_text1 p {margin:1rem 0;} body #shopLayer .aktive_felder .pg_wr_input {margin-bottom:1rem;} body #shopLayer .aktive_felder .pg_wr_input input {margin-top:0;width:100%;margin-right:0;} @media (max-width:772px) { #shopLayer[data-pp="schnelltausch_respo"] header {display:none !important;} #shopLayer[data-pp="schnelltausch_respo"] footer {display:none !important;} .pg_wr_section {margin: 0 auto;max-width:800px;width:100%;padding:1rem;box-sizing:border-box;} } .inp_wrapper[data-name*="widerruf_"] { width: 100%; } .inp_wrapper[data-name*="widerruf_"] input { width: 100%; max-width: 100%; } .kat-banner { background-repeat: no-repeat; background-position: 50%; min-height:360px; position:relative; overflow:hidden; margin:0 0 35px 0; } .bg-banner { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.62), rgba(0,0,0,.30), rgba(0,0,0,.05)); } .kat-banner .textausrichter { position:relative; z-index:2; padding: 30px; } .kat-banner .text1 { text-transform:uppercase; letter-spacing:.10em; font-size: .9rem; font-weight:700; margin-bottom: 14px; } .kat-banner .gruen { color: rgb(155,196,0); } .kat-banner .weiss { color: rgb(255,255,255); } .kat-banner .schwarz { color: rgb(36,36,36); } .kat-banner h1 { all:unset; display:block; font-size: clamp(25px, 5vw, 58px); line-height:1.05; font-weight:800; margin:0 0 20px 0; word-break: break-word;} .kat-banner .textausrichter p { font-size:clamp(16px, 3vw, 21px);line-height:1.45; max-width:520px; } ul.art_slider { max-width: calc(100vw - 4rem); } ul.art_slider.suchergebnis li { min-width: 14rem; text-align: center; } ul.art_slider.suchergebnis li strong { display: block; font-size: 1rem; line-height: 1.25; color: rgb(36,36,36); } ul.art_slider.suchergebnis li small { display:block; color:#666; font-size: .9rem; margin-top:5px; } ul.art_slider.suchergebnis li a.els-cat-link { display: block; } ul.art_slider.suchergebnis li a.els-cat-link img { width: 155px; height: 115px; object-fit:contain; display:block; margin:0 auto 13px; } ul.art_slider.suchergebnis li a.els-cat-link:hover { transform: translateY(-6px); } .art_slider_wrapper.els-slider button.art_slider_nav { background-color: var(--theme-white); background-image: url(/img/se-pfeil.svg); box-shadow: 0 3px 14px rgba(0,0,0,.15); background-size: 20%; left: -1rem; } .art_slider_wrapper.els-slider button.art_slider_nav.slider_next { right: -1rem; } .kat-banner .textausrichter .button { border: .1rem solid rgb(255,255,255); } br.desk { display: none; } @media (max-width:992px){.breadcrumb>span{display:none;}.breadcrumb-hide-mobile{display:none;}.breadcrumb{white-space:nowrap;overflow:hidden;margin:0 0 .75rem 0;}.breadcrumb-back{font-weight:600;color:var(--theme-text);}} @media (max-width:992px){#shopMain{padding-top:.25rem;}.breadcrumb{margin:0 0 .5rem 0;line-height:1.2;}}.breadcrumb-back{font-size:.8rem;font-weight:500;}}
@media (min-width: 576px) { #k_title ul li:nth-child(3) { display: block; } #k_icons > div > .shBagInh { right: 0; } .foot_infos2 { flex-wrap: unset; justify-content: end; } #k_title2 ul li#phone span { display: inline-block; margin-right: .3rem; } .foot_infos2 div#phone { width: auto; margin-right: 4rem; } .foot_infos2 div { text-align: right; } .foot_infos2 div a { font-size: 1.5rem; } .foot_infos { overflow: auto; margin-bottom: 0; text-align: left; } .foot_infos .foot_ueb { display: block; } .foot_infos > ul { width: 50%; min-height: 15rem; } .foot_infos #info_zahl { justify-content: start; } .foot_infos #info_zahl img { margin: 0 1rem 1rem 0;} .foot_infos ul#lichtb { display: block; } .foot_infos ul.pay, .foot_infos ul.soc { justify-content: start; } .foot_infos ul.soc li a { margin: .5rem 1rem 1rem 0; } #shopFooter #f_text { padding: 2rem; } .energie_els span { font-size: .8rem; } .sm-hide { display: none; } .sm-block { display: block; } tr.sm-block { display: table-row; } body { --padding: 1rem; } }
@media (min-width: 768px) { .shopHeader { position: relative; } .grid-2 { grid-template-columns: repeat(2, 1fr); } html { scroll-padding-top: 2rem; } h1 { font-size: 1.5rem; } h2 { font-size: 1.25rem; } h3 { font-size: 1.1rem; } 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: 30rem; } #k_title ul li:nth-child(4) { display: block; } .k_ausrichter { display: block; } #kopf_top_line { position: relative; box-shadow: none; } #kopf_top_line.box-shadow {box-shadow: var(--shadow-elevation-medium); } #kopf_top_line_inner { height: 4rem; } #k_logo, #k_icons { width: 16rem; } #k_lupe_2, #k_merk, #k_account, #k_wk, #powermenue-schalter { height: 4rem; width: 3rem; margin-left: 0.5rem; background-size: 2rem; } #k_icons > div > .shBagInh { position: absolute; left: unset; right: calc(var(--padding) * -1); top: 2.8rem; width: calc(100vw - calc(var(--padding) * 2)); } #k_icons > #k_account > .shBagInh { right: calc(var(--padding) * -1); } #k_icons > #k_wk > .shBagInh, #k_icons > #k_merk > .shBagInh { width: 30rem; } #k_icons > #k_account > .shBagInh { width: 17rem; } ul.alt-list { max-height: 30rem; } #shopMain { margin-top: 0; } .foot_infos > ul { float: left; min-height: 15rem; text-align: left;} .foot_infos2 div a { font-size: 1.75rem; } #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; } #k_hilfe_c:before, #k_hilfe_c span, #phone:hover #k_hilfecenter { display: block; } #dpd_banner .introtext { max-width: 600px; }  }
@media (min-width: 992px) { html { scroll-padding-top: 7rem; } .p-0mob { padding: 0 1rem; } #k_men_zeile { height: 3rem; } #k_title ul li:nth-child(2) { display: block; } #kopf_top_line { position: sticky; box-shadow: none; } #kopf_top_line_inner { height: 5rem; } #suchbox { display: flex; width: 50%; align-items: center; } #k_lupe_3 { width: 100%; } #k_lupe_3 input#menSuchStr { width: 100%; max-width: 100%; padding: 0.8rem 1rem;background-color: var(--theme-light); } #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%; align-content: flex-start; } .foot_infos ul.soc { justify-content: end; } .foot_infos ul.soc li.foot_ueb { text-align: right; margin-right: 1rem; } .foot_infos ul.pay { width: 50%; 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; } .art_slider_wrapper.els-slider.nopf button.art_slider_nav { display: none; } br.desk { display: block; } .kat-banner .textausrichter { padding:55px 45px; } .kat-banner h1 { font-size:clamp(30px, 7vw, 58px); } }
@media (min-width: 1200px) { #k_title ul, #k_title2 ul { max-width: var(--header-width); } #k_title ul li:nth-child(1) { display: block; } .k_ausrichter, .ausrichter { max-width: var(--header-width); margin: 0 auto; } .xl-hide { display: none; } .xl-block { display: block; } tr.xl-block { display: table-row; } .advent_tooltipp { width: 50%; left: 25%; top: 2rem; } .scroll { overflow-x: unset; } .scrollbox { width: auto; } }
@media (min-width: 1400px) { .xxxl-hide { display: none; } .xxxl-block { display: block; } tr.xxxl-block { display: table-row; } }
/* ### htm ### */
.grid-2 { display: grid; grid-template-columns: 1fr; grid-gap: var(--padding); } .grid-6, .grid-4 { display: grid; grid-template-columns: 1fr 1fr; grid-gap: var(--padding); } .center { text-align: center; } .block { display: block; } .row-span-2 { grid-row: span 2; } .col-span-2 { grid-column: span 2; } .grid-2 .row-span-2 { grid-row: span 1; } .grid-2 .col-span-2 { grid-column: span 1; } .card picture img { width: 100%; height: auto; } .card span.text1 .card span.text1 { position: absolute; bottom: 10%; left: 0; display: inline-block; background-color: rgba(0,0,0,.5); font-size: 1.25rem; padding: 0.5rem 1rem; color: var(--theme-white); font-family: 'Header-Font'; } .card span.text1 + picture:after { content: " "; position: absolute; bottom: 0; left: 0; right: 0; background-color: var(--theme-text); height: 0.4rem; display: none; } .grid-1 .card span.text1 { font-size: 2rem; bottom: 40%; right: 0; border-radius: 0; } .grid-1 .card span.text1a { display: block; font-size: 1.25rem; text-align: right; } .grid-2 .card span.text1 { right: 0; left: 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; } .faq_wrapper ul li { margin-left: 2rem; } .special { padding: 0; background-color: var(--theme-light); margin-bottom: 2rem; } .special.black { background-color: var(--theme-black); } .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;} .alle_her_box .alle_her { border: var(--theme-divider); display: flex; justify-content: center; align-items: center; } .alle_her_box .her_graf { display: flex; padding: 1rem; justify-content: center; align-items: center; } .alle_her_box .her_graf img { display: block; margin: 0 auto; max-width: 100%; max-height: 5rem; } .her_alle_pichold { width: 100%; height: 100%; } .her_alle_pichold a.her_graf { width: 100%; height: 100%; } .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 nav ul li a.alvl_1 {font-size: 1rem; padding: .5rem;display: block; white-space: nowrap;} .htm_include nav ul.lvl_2 li { margin-left: 1rem; } .htm_include nav .lvl_1 { width: 100%; border-bottom: .15rem solid var(--theme-black); padding-bottom: 2rem; } .htm_include nav .lvl_1 > li {list-style:none;margin-bottom: .15rem;} .htm_include nav ul li.head { font-size: 1.25rem; padding: .5rem; background-color: var(--theme-black); color: var(--theme-white); margin-bottom: .15rem ;} .htm_include nav ul li a {line-height: 1.5rem; color: var(--theme-text); } .htm_include nav ul li.active a { background-color: var(--theme-accent-medium); color: var(--theme-white); } .htm_include nav ul li a:hover { color: var(--theme-text-hover); } .htm_include nav ul li.active a:hover { color: var(--theme-white); } .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-accent-dark); border-bottom: 1px dotted var(--theme-accent-dark); } .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-link); border-bottom: 1px dotted var(--theme-text-hover); } .htm_include h3 { margin-bottom: 0; } .flex-box .flex-menu nav ul { margin: 0; } .flex-box .flex-menu nav ul li h1 { margin: 0; color: var(--theme-white); font-size: 1.25rem; } .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); padding: 1rem!important; text-align: center; } .flexbox { display:flex; justify-content: center; flex-wrap: wrap; position: relative; } .flexbox.space { justify-content: space-between; } .flexbox.start { justify-content: start; } .flexbox a.box { display:block; width:100%; padding:1rem; margin-bottom: 1rem; } .flexbox.nowrap { flex-wrap: nowrap; } .flexbox .box100 { display:block; width:100%; padding:1rem 2rem; position: relative; } .flexbox .box20 { display:block; width:100%; padding: 1rem 1rem 1rem 2rem; position: relative; margin-bottom: 1rem; } .flexbox .box30 { display:block; width:100%; padding: 1rem; position: relative; } .flexbox .box40 { display:block; width:100%; padding: 1rem; position: relative; margin-bottom: 1rem; } .flexbox .box50 { display:block; width:100%; padding: 1rem; position: relative; } .flexbox .box60 { display:block; width:100%; padding: 0; z-index: 1; position: relative; margin-bottom: 1rem; transition: all 0.5s; } .flexbox .box70 { display:block; width:100%; padding: 1rem; position: relative; } .flexbox .box60.padding { padding: 1rem; } .flexbox img, .flexbox a { transition: all .3s ease-out; } .flexbox a:hover { transform: translateY(-.2rem) translateZ(0); } .flexbox .box40.bg img { height: 100%; object-fit: cover; } #html-blog .grid-4 { grid-template-columns: 1fr; } .blog_vorschau h2 { overflow: hidden; text-overflow: ellipsis; font-size: 1.25rem; margin: 0; padding: .5rem 1rem; background-color: rgba(255,255,255,.85); font-weight: normal; position: absolute; z-index: 2; bottom: 0; width: 100%; text-align: center; } .blogtext a { color: var(--theme-link); } .blogtext .mehr { text-decoration: underline; text-decoration-color: var(--theme-accent-dark); text-decoration-thickness: 2px; transition: all 0.5s; } .blogtext .text h2 { height: auto; } .blog_archiv { } .blog_archiv_ul { margin: .5rem 0 0 0; } .blog_vorschau.card { padding: 0; border: var(--theme-divider); height: 300px; } .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.card .blogtext { display: none; } .blog_vorschau.card a { display: block; width: 100%; height: 100%; } .blog_vorschau.card img.blogvorbild { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; } .blogtext .blog-list ul li { margin-left: 1.5rem; } .htm_100 ul li { list-style: inside; } #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: .25rem; } #bewertungen .aa_rating_text { font-size: 1rem; } #bewertungen .aa_rating_titel { font-weight: bold; } #bewertungen .aa_rating_typen { opacity: .5; } #bewertungen .rat_eine img { display: inline; width: 1rem; margin-right: 0; } #bewertungen .rat_balken_hint {background: var(--theme-white);width: 6rem;display: block;height: 1rem;} #bewertungen .rat_balken { background:#EDB429; height: 1rem; } .circle { position: absolute; display: block; width: 500px; height: 500px; -webkit-transform:translate(-35%, -5%); transform: translate(-35%, -5%); opacity: 0.25; transition:all 300ms; top: 7%; right: 8%; z-index: 0; } .circle > div { position: absolute; display: block; top: 0;left: 0; width: 100%;height: 100%; border-radius: 50%; border: 1px solid rgba(0, 0, 0, 0.5); } .circle.white > div { border: 1px solid rgba(255, 255, 255, 1); } .circle.right { -webkit-transform:translate(35%, -5%); transform: translate(35%, -5%);} .flexbox.circ img { z-index: 1; } .circle > div:nth-of-type(2) { transform: scale(0.85); } .circle > div:nth-of-type(3) { transform: scale(0.7); } .flexbox.circ:hover .circle { width: 550px; height: 550px; } .flexbox.circ { overflow: hidden; } .flexbox .h1 { font-size: 3rem; font-weight: bold; font-family: 'Header-Font'; } .flexbox .h2, .flexbox h2 { font-size: 2rem; font-weight: bold; font-family: 'Header-Font'; margin: 0; line-height: normal; } .flexbox .content span, .flexbox a.content { display: block; } .flexbox a.content { height: 100%; padding-top: 0; color: var(--theme-text); } .flexbox .white .h1, .flexbox .white .h2, .flexbox .white .h3, .flexbox .white p { color: var(--theme-white); } .flexbox .white h2, .flexbox .white h3 { color: var(--theme-white); margin: 0; font-weight: normal; } .flexbox.aligncenter { align-items: center; } .flexbox.bggrey, .flexbox .bggrey { background-color: var(--theme-light); } .flexbox.bgblack { background-color: var(--theme-black); } .flexbox.bgblack h2, .flexbox .bgblack h2, .flexbox.bgblack h3, .flexbox .bgblack h3 { color: var(--theme-white); } .flexbox.bgblack .button, .flexbox .bgblack .button { border: .1rem solid rgb(255,255,255); } .flexbox.bggreen, .flexbox .bggreen { background-color: var(--theme-accent); } .flexbox.bggreen h2, .flexbox .bggreen h2 { color: var(--theme-white); } .flexbox.bgblack, .flexbox .bgblack { background-color: var(--theme-black); } .flexbox.bgblack h2, .flexbox .bgblack h2 { color: var(--theme-white); } .flexbox h3 { font-size: 1.25rem; } .flexbox.textwhite h2, .flexbox .textwhite h2 { color: var(--theme-white); } .flexbox .content { display: block; color: var(--theme-text); } .flexbox h2.abso { position: absolute; left: 2rem; top: 2rem; text-shadow: 0px 0px 50px #000, 0px 0px 100px #000000, 0px 0px 150px #000000;} .flexbox a.content.p-0 h2 { margin-top: 0; } #starttrust { background-color: var(--theme-black); display: flex; flex-wrap: wrap; align-items: center; } #starttrust img { height: max-content; } .faq .accordion { background-color: var(--theme-light); color: var(--theme-text); cursor: pointer; padding: 1.25rem; width: 100%; border: none; text-align: left; outline: none; font-size: 1rem; transition: 0.4s; text-transform: none; } .faq .accordion.active, .accordion:hover { background-color: var(--theme-accent-medium); } .faq .accordion:after { content: '\002B'; font-weight: bold; float: right; font-size: 1.25rem; } .faq .accordion.active:after { content: "\2212"; } .faq .panel { padding: 0; margin-bottom: 1rem; background-color: var(--theme-white); max-height: 0; overflow: hidden; transition: max-height 0.2s ease-out;} .faq .panel p { padding: 0; } .faq .accordion h2 { font-size: 1rem; margin: 0; display: inline; } .faq .panel h4 { margin-bottom: 0; } .faq .panel h4 + p { margin-top: .5rem; } #shopLayer .tab-nav > [data-tab] { background-color: var(--theme-light); } #shopLayer .tab-nav > [data-tab].tab-active { background-color: var(--theme-accent-medium); color: var(--theme-white); } .htm_include.best h1 { font-size: 1.5rem; } .htm_include.best h2 { font-size: 1.25rem; margin-bottom: .5rem; } .htm_include.best h2 + p { margin-top: 0; } .rangliste { width: 100%; } .rangliste-innen { padding: 1rem; margin: 2rem auto; background-color: var(--theme-light); border: .15rem solid var(--theme-accent); } .rangliste-innen ul { margin: 0; } .rangliste-innen h2 { margin: 0 0 .5rem 0; font-size: 1.25rem; } .gast { display: inline-block; position: absolute; top: 6rem; padding: .5rem 1rem; background-color: var(--theme-black); color: var(--theme-white); margin-left: 0; z-index: 1 } .blog_vorschau .gast { margin-left: 0; top: -1rem; } /* PK STARTSEITE – CSS (komplett ersetzen)*/ /* Fullwidth-Helfer (für Iconbanner & Leuchten&Strahler Banner) */ .pk-fullwidth { width:100%; } .pk-section { margin-bottom:2rem; } .pk-kachel { position:relative; } .pk-kachel a, a.pk-kachel { position:relative; display:block; width:100%; overflow:hidden; background:#000; transform:translateZ(0); transition:transform .25s ease, box-shadow .25s ease; will-change:transform; } /* Hover „Hochhüpfen“ wie Startseite */ .pk-kachel a:hover, a.pk-kachel:hover { transform:translateY(-0.3rem) translateZ(0); box-shadow:0 1rem 2rem rgba(0,0,0,.15); } /* Bild füllt Kachel ohne Verzerren */ .pk-kachel picture, .pk-kachel img { display:block; width:100%; height:100%; } .pk-kachel img{ object-fit:cover; } /* Overlay */ .pk-kachelgrid.pk-wohnwelten .pk-overlay { width:100%; position:absolute; left:0; right:0; bottom:0; display:flex; align-items:center; justify-content:center; padding:1rem; background:rgba(0,0,0,.85); color:var(--theme-white); font-family:'Header-Font'; font-size:1.5rem; line-height:1.15; text-align:center; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; transform:none; max-width:100%; box-sizing:border-box; } .pk-overlay.small { font-size: 1rem; } .pk-overlay.two-line { white-space:normal; } .pk-kachelgrid { display:grid; grid-template-columns:1fr; gap:var(--padding); } /* Quadrat-Variante (falls Links als .pk-kachel kommen ODER innen liegen) */ .pk-kachelgrid.pk-square a.pk-kachel, .pk-kachelgrid.pk-square .pk-kachel a { aspect-ratio: 1 / 1; } .pk-kachelrow.pk-two { display:grid; grid-template-columns:1fr; gap:var(--padding); width:100%; } .pk-kachelrow.pk-two .pk-kachel a { aspect-ratio: 16 / 9; } .pk-iconbar { background: var(--theme-light); padding:3rem 0; margin:2.5rem 0; } .pk-iconbar h2 { margin: 0 0 2.5rem 0; text-align:center; } .pk-icons { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.75rem; align-items:start; padding:0; } .pk-icon { text-align: center; text-decoration:none; color:var(--theme-text); transition:transform .25s ease; } .pk-icon:hover { transform: translateY(-6px); } /* ICON selbst – groß + OHNE Kreis/Badge */ .pk-icon img { width:96px; height:96px; display:block; margin:0 auto 1rem auto; object-fit:contain; padding:0; background:transparent; border-radius:0; box-shadow:none; transition:filter .25s ease, transform .25s ease; } /* Text */ .pk-icon span { display:block; font-weight:500; transition:color .25s ease; } /* Hover-Farbe ELS-Grün */ .pk-icon:hover span { color: var(--theme-accent); } .pk-icon:hover img { filter:drop-shadow(0 0 10px rgba(150,200,0,.65)); } /* TRUSTED (4er Reihe nur Bilder)*/ .pk-trustrow { display:flex; flex-wrap:wrap; gap:var(--padding); } .pk-trustrow a { width:100%; aspect-ratio:16/10; position:relative; display:block; overflow:hidden; background: var(--theme-white); } .pk-trustrow img { width:100%; height:100%; object-fit:cover; display:block; } .pk-trustOverlay { position:absolute; left:0; right:0; bottom:0; width:100%; padding:.7rem 1rem; background:rgba(0,0,0,.6); color: var(--theme-white); text-align:center; font-size: 1rem; line-height:1.25; opacity:1; transform:none; pointer-events:none; white-space:normal; } .pk-trustOverlay strong { font-weight:600; } .pk-trustrow a:hover img { transform:scale(1.03); transition:transform .35s ease; } /*NEU: Bild links + Text rechts (Höhe wie Bild)*/ .pk-mediaText { display:grid; grid-template-columns: 1fr; gap:var(--padding); align-items:stretch; } .pk-mediaText .pk-mediaTile a { aspect-ratio: 16/9; } .pk-mediaText .pk-mediaCopy { background: var(--theme-white); padding: .5rem; display: flex; flex-direction: column; justify-content: flex-start; gap:.9rem; } .pk-mediaText .pk-mediaCopy h1 { margin: 0; } .pk-mediaText .pk-mediaCopy p { margin: 0; } /* FIX: Bild+Text Block zwingend 2-spaltig (Ausnahme nur für .ausrichter) */ .ausrichter .pk-mediaText { display: grid; grid-template-columns:1fr; gap:var(--padding); align-items:stretch; } .ausrichter .pk-mediaText .pk-mediaTile, .ausrichter .pk-mediaText .pk-mediaCopy { width:100%; } .ausrichter .pk-mediaText .pk-mediaTile a { display: block; width:100%; aspect-ratio:16/9; } /*USP ICONBANNER – NORMALBREITE (4 Icons)*/ .pk-uspbar { background: var(--theme-light); padding: 2rem 1.5rem; } .pk-usp-icons { display:flex; flex-wrap:wrap; justify-content: center; align-items:flex-start; gap:1.5rem; } .pk-usp { flex: 0 0 100%; text-align:center; color:var(--theme-text); } .pk-usp img { width:56px; height:56px; display:block; margin:0 auto .75rem auto; } .pk-usp span { display: block; } /*STARTSEITEN HEADLINE (groß & hochwertig)*/ .pk-headline { text-align:center; margin-bottom:3rem; } .pk-headline h1 { font-family:'Header-Font'; font-size: 2rem; font-weight:700; line-height: 1.15; margin:0 0 1rem 0; } .pk-headline .pk-subheadline { font-family:'Header-Font'; font-size: 1.25rem; font-weight:400; line-height:1.25; color:var(--theme-text); } /*Wohnwelten – 6 quadratisch + 3 halbhoch + 1 Fullwidth*/ .pk-kachelgrid.pk-wohnwelten { grid-template-columns: 1fr; gap: 1rem; } .pk-kachelgrid.pk-wohnwelten .pk-kachel { position:relative; display:block; overflow:hidden; } .pk-kachelgrid.pk-wohnwelten .pk-kachel a { position:relative; display:block; width:100%; height:100%; overflow:hidden; } .pk-kachelgrid.pk-wohnwelten .pk-square-tile { aspect-ratio:1 / 1; overflow:hidden; } .pk-kachelgrid.pk-wohnwelten .pk-half-tile { aspect-ratio:2 / 1; } .pk-kachelgrid.pk-wohnwelten .pk-fullwidth-tile { grid-column:1 / -1; aspect-ratio: 2 / 1; } .pk-kachelgrid.pk-wohnwelten picture, .pk-kachelgrid.pk-wohnwelten img { width:100%; height:100%; display:block; object-fit:cover; } /* ÄUSSERER ELS GLOW*/ .pk-headline h1.pk-wohnwelten-outline { font-family:'Header-Font'; font-size: 1.5rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; text-align:center; margin: 0 0 1rem 0; color: var(--theme-black); } /* PROJEKT-BANNER: "Ihr Lichtprojekt" (normalbreit, ELS-Grün)*/ .pk-projectbar { background: var(--theme-light); border-radius: 18px; padding: 1.5rem; display:grid; grid-template-columns:1fr; gap:var(--padding); align-items:stretch; overflow:hidden; position:relative; } /* grüner Akzentstreifen */ .pk-projectbar:before { content:""; position:absolute; left:0; top:0; bottom:0; width:10px; background: var(--theme-accent); } /* Text links */ .pk-projectcopy { padding-left:.6rem; } .pk-projectcopy h2 { margin:0 0 1rem 0; } .pk-projectcopy p { margin:0 0 .9rem 0; } .pk-projectcopy p:last-child { margin-bottom:0; } /* Beratungsbox rechts */ .pk-consultcard { background: var(--theme-white); border-radius: 1rem; padding:1.35rem; box-shadow:0 10px 30px rgba(0,0,0,.06); display:flex; flex-direction:column; justify-content:space-between; min-height:100%; } .pk-consulthead { display:flex; gap:1rem; align-items:flex-start; } .pk-consulttitle h3 { margin: 0 0 .55rem 0; font-size: 1.25rem; } .pk-consultstatus { display:flex; gap:.6rem; align-items:center; flex-wrap:wrap; color:var(--theme-text); } .pk-badge { display:inline-block; background: var(--theme-accent); color: var(--theme-white); padding:.22rem .6rem; border-radius:999px;font-weight: 700; font-size:.95rem; } /* Avatar */ .pk-avatar { flex: 0 0 64px; width:64px; height:64px; border-radius:999px; overflow:hidden; border: 3px solid var(--theme-accent); } .pk-avatar img { width:100%; height:100%; object-fit:cover; display:block; } /* Text + CTA */ .pk-consulttext { margin:1rem 0 1.2rem 0; } .pk-consulttext a { color: var(--theme-accent); font-weight:600; text-decoration:none; } .pk-consulttext a:hover { text-decoration: underline; } .pk-consultcta { display:block; text-align:center; background: var(--theme-black); color: var(--theme-white); text-decoration:none; padding:1rem 1rem; border-radius:10px; transition:transform .22s ease, box-shadow .22s ease, background .22s ease; letter-spacing:.02em; } .pk-consultcta strong { font-weight:800; } .pk-consultcta:hover { transform:translateY(-4px); background: var(--theme-black); box-shadow:0 14px 28px rgba(0,0,0,.18); } /* ZWEIER-TEXTBLOCK mit Mitteltrenner*/ .pk-text-two { display:grid; grid-template-columns:1fr; gap:var(--padding); align-items:start; } .pk-textcol p { margin:0 0 1rem 0; } .pk-textcol p:last-child { margin-bottom:0; } .gkpk-fullwidth { position:relative; width:100%; } .gkpk-fullwidth.ausrichter { padding: 0; } .gkpk-section { margin-bottom:2rem; } .gkpk-topfull { padding:0 var(--padding); } .gkpk-toprow { display:grid; grid-template-columns:1fr; gap: 1rem; width: 100%; } .gkpk-toptile { position: relative; overflow: hidden; background: var(--theme-black); transition: all 0.5s; } .gkpk-toptile a { position:relative; display:block; width:100%; height:100%; overflow:hidden; transform:translateZ(0); transition:transform .25s ease, box-shadow .25s ease; will-change:transform; aspect-ratio:16/9; } .gkpk-toptile:hover { transform:translateY(-0.3rem) translateZ(0); box-shadow:0 1rem 2rem rgba(0,0,0,.15); } .gkpk-toptile picture, .gkpk-toptile img { display:block; width:100%; height:100%; } .gkpk-toptile img { object-fit:cover; } #mobileweg { display: none; } .gkpk-overlay { position:absolute; left:0; right:0; width:100%; max-width:100%; display:inline-block; background:rgba(0,0,0,.68); color:var(--theme-white); font-family:'Header-Font'; font-size:1.30rem; line-height:1.1; padding:.75rem 1rem; text-align:center; white-space:nowrap; } /* FULLWIDTH BANNER (Leuchten & Strahler / Gewerbe / Schienensysteme)*/ .gkpk-fwtextonly { display:block; } .gkpk-fwlink { position:relative; overflow:hidden; display:flex; flex-direction:column; align-items:flex-start; justify-content:space-between; gap:2rem; padding:2.4rem 0; color:var(--theme-light); text-decoration:none; width:100%; min-height:160px; } .gkpk-fwcopy { width:100%; max-width:none; margin:0; padding:0 var(--padding); text-align:left; z-index:2; box-sizing:border-box; } .gkpk-fwcopy h2 { margin: 0 0 .6rem 0; font-size: 1.25rem; line-height:1.05; color: var(--theme-white); font-family:'Header-Font'; } .gkpk-fwcopy h3 { margin: 0; color: var(--theme-white); max-width:44rem; } /* Button rechts mittig */ .gkpk-fwbtn{ z-index:2; align-self:flex-start; margin:0 0 0 var(--padding); padding:1.15rem 2.6rem; font-size:1.15rem; background:transparent; border:.12rem solid var(--theme-white); color:var(--theme-white); letter-spacing:.03em; text-transform:uppercase; display:inline-flex; align-items:center; gap:.55rem; } .gkpk-fwbtn:hover { background: var(--theme-accent)!important; border-color: var(--theme-accent)!important; color: var(--theme-white) !important; box-shadow:0 0 18px rgba(93, 124, 4,.65); } /* ZENTRIERTER TEXTBLOCK*/ .gkpk-between { text-align:center; margin:1.2rem 0; color: var(--theme-black); } .gkpk-between p { margin:0; text-align:center; } .gkpk-cathead, .gkpk-catmore { width: 100%; max-width: 1200px; margin-left:auto !important; margin-right:auto !important; padding-left:var(--padding); padding-right:var(--padding); text-align:center;} /* Abstand */ .gkpk-cathead { margin:1.25rem auto 1rem auto; } .gkpk-catmore { margin:1rem auto 2.25rem auto; } /* Headline */ .gkpk-cathead h1 { margin: 0 0 2rem 0; text-align:center; font-family:'Header-Font'; font-size: 1.5rem; line-height:1.15; } /* Button */ .gkpk-catmorelink { display:inline-flex; align-items:center; justify-content:center; padding:1.05rem 2.4rem; font-size:1.15rem; font-family:'Header-Font'; text-decoration:none; background: var(--theme-accent); color: var(--theme-white); text-transform:uppercase;letter-spacing:.03em; transition:transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; } /* Hover ohne "zentrier-transform" Konflikt -> hüpft nicht mehr seitlich */ .gkpk-catmorelink:hover { transform:translateY(-2px); box-shadow:0 0 18px rgba(150,200,0,.55); background: var(--theme-accent); border-color: var(--theme-accent); } /*KATEGORIEGRID (4x2 Quadrate) – mit Bottom-Bar Overlay*/ .gkpk-kachelgrid { display:grid; grid-template-columns:1fr; gap:var(--padding); width:100%; } .gkpk-kachel { position: relative; overflow: hidden; border-radius: 12px; min-width:0; transition: all 0.5s; } .gkpk-kachel a { position:relative; display:block; width:100%; height:100%; overflow:hidden; min-width:0; transform:translateZ(0); transition:transform .25s ease, box-shadow .25s ease; will-change:transform; aspect-ratio: 1 / 1; } .gkpk-kachel:hover { transform:translateY(-0.3rem) translateZ(0); } .flexbox .gkpk-kachel a:hover, .flexbox.gkpk-equal .box60 a:hover { transform: none; } .gkpk-kachel.radius0 { border-radius: 0; } .gkpk-kachel picture, .gkpk-kachel img { display: block; width: 100%; height:100%; } .gkpk-kachel img { object-fit:cover; } .flexbox.gkpk-equal .box60:hover { transform: translateY(-0.3rem) translateZ(0); } /* Overlay-Bar unten: volle Breite, ca. 1/5 Höhe */ .gkpk-kachel .gkpk-overlay { width: 100%; position:absolute; left:0; right:0; bottom:0; display:flex;align-items:center; justify-content:center; padding: 1rem; background:rgba(0, 0, 0, 0.85); color: var(--theme-white); font-family:'Header-Font'; font-size: 1.5rem; line-height:1.15;text-align:center; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; transform:none; } /*ICONBANNER*/ .gkpk-iconbar { background: var(--theme-light); padding:3rem 0; margin:2.5rem 0; } .gkpk-iconbar--flush { margin-top:0 !important; } .gkpk-flushafter { margin-bottom:0 !important; padding-bottom:0 !important; } .gkpk-flushafter .ausrichter { margin-bottom:0 !important; padding-bottom:0 !important; } .gkpk-flushafter .flexbox { margin-bottom:0 !important; } .gkpk-icons { display:grid; grid-template-columns:repeat(2, 1fr); gap:1.75rem; align-items:start; padding:0 1.5rem; } .gkpk-icon { text-align:center; text-decoration:none; color:var(--theme-text); transition:transform .25s ease; } .gkpk-icon:hover{ transform:translateY(-6px); } .gkpk-icon img { width: 90px; height:90px; display:block; margin:0 auto 1rem auto; object-fit:contain; background:transparent; border-radius:0; box-shadow:none; transition:filter .25s ease, transform .25s ease; } .gkpk-icon span { display:block; font-size:1.05rem; font-weight:500; transition:color .25s ease; } .gkpk-icon:hover span{ color: var(--theme-accent); } .gkpk-icon:hover img{ filter:drop-shadow(0 0 10px rgba(150,200,0,.65)); } /* FlexiZoom (wie Bild 2: Text oben + Button mittig) */ .gkpk-messeflexi--fit { position:relative; display:block; overflow:hidden; background:transparent; margin:0 !important; padding:0 !important; border:0 !important; box-shadow:none !important; text-decoration:none; } .gkpk-messeflexi--fit picture, .gkpk-messeflexi--fit img { display:block; width:100%; height:100%; object-fit:cover; } /* Textleiste oben */ .gkpk-messe-toptext2 { position:static; top:0; left:0; right:0; padding:1.15rem 1.5rem; background:rgba(0,0,0,.85); color: var(--theme-white); z-index:2; } .gkpk-messe-title2 { font-family:'Header-Font'; font-size: 1.25rem; line-height:1.15; margin:0 0 .35rem 0; } .gkpk-messe-sub2 { line-height: 1.35; margin:0; color: var(--theme-black); } /* CTA mittig unten */ .gkpk-messe-cta2 { position:absolute; left: 1.5rem; bottom: 1.5rem; z-index:2; } .gkpk-btn { display:inline-flex; align-items:center;justify-content:center; gap:.75rem; padding:1rem; background: var(--theme-black); color: var(--theme-white); border:2px solid var(--theme-white); text-transform:uppercase; letter-spacing:.04em; font-family:'Header-Font'; box-shadow:0 14px 30px rgba(0,0,0,.40); } .gkpk-messeflexi--fit:hover .gkpk-btn { transform:translateY(-2px); box-shadow:0 18px 36px rgba(0,0,0,.40); } .gkpk-overlay.gkpk-overlay--top { left:0; right:0; bottom:0; transform:none; width:100%; max-width:100%; white-space:normal; height:32%; min-height:64px; padding: 0 1rem; display:flex; align-items:center; justify-content:center; background:rgba(255,255,255,.78); color: var(--theme-black); border-radius:0; font-size: 1.45rem; } .gkpk-overlay.gkpk-overlay--top { font-size:1.25rem; line-height:1.1; text-align:center; } /* LANDINGPAGE RESPONSIVE FIX */ .landingpage { overflow-x:hidden; } .landingpage .ausrichter { width:calc(100% - 2rem); max-width:1600px; margin-left:auto; margin-right:auto; } .landingpage section { overflow:hidden; } .landingpage img { display: block; max-width:100%; height:auto; } .landingpage .card a { display: inline-block; width: 100%; } .landingpage .card p a { width: auto; } .landingpage .card h3 a { display: inline; } .landingpage .card a:hover { transform: translateY(-.2rem) translateZ(0); } .landingpage .card { min-width:0; } .landingpage .card.flex { display: flex; flex-direction: column; } .landingpage .grid-2, .landingpage .grid-4, .landingpage .grid-6 { grid-template-columns: 1fr; } .landingpage .button:hover { transform: translateY(-.2rem) translateZ(0); } .landingpage .linie { height: .05rem; background: rgba(255,255,255,.35); flex:1; } .landingpage .lp-color-items span { display:block;margin-top:.55rem;font-size:.92rem;color:rgba(255,255,255,.88); } .landingpage h1 { font-size:2.2rem; } .landingpage h2 { font-size:1.7rem; word-break:normal; overflow-wrap:normal; hyphens:none; } .landingpage .ziff { width:3.5rem;height:3.5rem;border-radius:50%;background:var(--theme-accent);color:var(--theme-white);display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;box-shadow:0 .25rem .75rem rgba(0,0,0,.15); } /* HERO */ .landingpage .lp-hero { padding:2.5rem 1rem !important; } /* HERO KREISE / AUSWAHL */ .landingpage .lp-colors { display:grid; grid-template-columns:1fr; gap:2rem; overflow:visible !important; } .landingpage .lp-colors > div > div:first-child { gap:.5rem !important; margin-bottom:1.4rem !important; } .landingpage .lp-colors > div > div:first-child strong { white-space:normal !important; text-align:center !important; font-size:.82rem !important; line-height:1.25 !important; letter-spacing:.06em !important; max-width:15rem !important; } .landingpage .lp-colors > div > div:first-child span { flex:1 1 auto !important; min-width:1.8rem !important; } .landingpage .lp-color-items { grid-template-columns:1fr 1fr; } .landingpage .lp-color-img { width:4.8rem; height:4.8rem; } /* HERO KREISE 5ER GRID */ .landingpage .lp-colors.lp-colors-5 { display:grid !important; grid-template-columns:1fr !important; width:100% !important; max-width:100% !important; } .landingpage .lp-colors.lp-colors-5 > div { grid-column:1/-1 !important; width:100% !important; max-width:100% !important; } .landingpage .lp-colors.lp-colors-5 .lp-color-items { display:grid !important; grid-template-columns:repeat(5,1fr) !important; gap:1.5rem !important; width:100% !important; max-width:100% !important; margin:0 auto 1.5rem auto !important; justify-items:center !important; align-items:start !important; } .landingpage .lp-colors.lp-colors-5 .lp-color-items a { width:100% !important; min-width:0 !important; text-align:center !important; } .landingpage .lp-colors.lp-colors-5 .lp-color-img { width:4.8rem !important; height:4.8rem !important; margin:0 auto .65rem auto !important; } .landingpage .lp-colors.lp-colors-5 .lp-color-items span { display:block !important; font-size:.9rem !important; line-height:1.25 !important; text-align:center !important; white-space:nowrap !important; margin:0 auto !important; } /* MOBILE */ @media(max-width:767px){ .landingpage .lp-colors.lp-colors-5 .lp-color-items { grid-template-columns:repeat(3,1fr) !important; gap:1rem .75rem !important; } .landingpage .lp-colors.lp-colors-5 .lp-color-items span { font-size:.78rem !important; white-space:normal !important; } } /* VOLARE HERO SYSTEM */ .landingpage .lp-volare-fullwidth { width:100vw; margin-left:calc(50% - 50vw); margin-right:calc(50% - 50vw); } .landingpage .lp-volare-fullwidth.bgblack { background:var(--theme-black); } .landingpage .start_service.lp-volare-fullwidth { background:var(--theme-light); } .landingpage .lp-volare-system { width:100%; margin:0 auto 1.5rem auto; } .landingpage .lp-volare-system-title { display:flex; align-items:center; justify-content:center; gap:1rem; margin:0 auto 1.5rem auto; width:100%; } .landingpage .lp-volare-system-title span { height:.05rem; background:rgba(255,255,255,.35); flex:1 1 auto; max-width:8rem; } .landingpage .lp-volare-system-title strong { color:var(--theme-white); font-size:.85rem; letter-spacing:.12em; line-height:1.25; text-align:center; text-transform:uppercase; white-space:nowrap; } .landingpage .lp-volare-system-row { display:flex; align-items:flex-start; justify-content:center; gap:2.25rem; width:100%; margin:0 auto; } .landingpage .lp-volare-system-item { display:flex; flex-direction:column; align-items:center; justify-content:flex-start; text-align:center; } .landingpage .lp-volare-system-item a { display:block; text-decoration:none; border:0; width:auto; } .landingpage .lp-volare-system-item img { width:5.4rem; height:5.4rem; object-fit:contain; padding:.35rem; display:block; margin:0 auto; border-radius:50%; background:#fff; } .landingpage .lp-volare-system-item span { display:block; margin-top:.55rem; color:rgba(255,255,255,.88); font-size:.88rem; line-height:1.25; white-space:nowrap; text-align:center; } .landingpage .lp-volare-logo { display:flex; align-items:center; justify-content:center; padding-top:.85rem; } .landingpage .lp-volare-logo img { width:12rem; max-width:100%; height:auto; display:block; object-fit:contain; border-radius:0; background:transparent; padding:0; } .landingpage .lp-volare-hero-img a { aspect-ratio:auto !important; } .landingpage .lp-volare-hero-img .gkpk-overlay { position:absolute; left:0; right:0; bottom:0; width:100%; display:flex; align-items:center; justify-content:center; background:rgba(0,0,0,.62); color:var(--theme-white); white-space:normal; overflow:visible; text-overflow:unset; } @media(max-width:767px){ .landingpage .lp-volare-system-row { gap:1.25rem; flex-wrap:wrap; } .landingpage .lp-volare-logo { order:-1; width:100%; padding-top:0; } .landingpage .lp-volare-logo img { width:9rem; } .landingpage .lp-volare-system-item img { width:4.5rem; height:4.5rem; } .landingpage .lp-volare-system-item span { font-size:.8rem; white-space:normal; } } /* HERO BILD OVERLAY TEXT */ .landingpage .gkpk-overlay { white-space:normal; overflow:visible !important; text-overflow:unset !important; font-size:1.25rem; padding:.7rem .8rem; text-align:center; } /* FARBPUNKTE PLANUNGSÜBERSICHT */ .landingpage .lp-volare-farben { display:grid !important; grid-template-columns:repeat(4,max-content) !important; justify-content:center !important; align-items:start !important; gap:1.5rem 2.5rem !important; max-width:100% !important; margin:1.75rem auto 2.25rem auto !important; } .landingpage .lp-volare-farben > div { min-width:0 !important; display:flex !important; flex-direction:column !important; align-items:center !important; text-align:center !important; } .landingpage .lp-volare-farbimg { width:5.2rem !important; height:5.2rem !important; object-fit:contain !important; margin-bottom:.55rem !important; } .landingpage .lp-volare-farben span { display:block !important; font-size:.92rem !important; line-height:1.25 !important; word-break:normal !important; white-space:nowrap !important; text-align:center !important; } /* MOBILE */ @media(max-width:767px){ .landingpage .lp-volare-farben { grid-template-columns:repeat(2,max-content) !important; gap:1.25rem 2rem !important; } .landingpage .lp-volare-farbimg { width:4.5rem !important; height:4.5rem !important; } .landingpage .lp-volare-farben span { font-size:.82rem !important; white-space:normal !important; } } /* HOTSPOTS */ .landingpage .card .lp-hotspot { width: 1.55rem; height: 1.55rem; border-width:.12rem; border-radius: 50%; position:absolute; background: var(--theme-accent); border: 0.25rem solid rgb(255, 255, 255); box-shadow: rgba(93, 124, 4, 0.22) 0px 0px 0px 0.45rem; z-index: 5; display: flex; align-items: center; justify-content: center; transition: 0.25s ease-out; animation: 2s infinite pulsepoint; transform: scale(1);} .landingpage .card .lp-hotspot span:first-child { width:.42rem; height:.42rem; background:#fff; border-radius:50%; display:block; } .landingpage .card .lp-hotspot-label { display: none; position: absolute; top: 3.2rem; left:50%; transform:translateX(-50%);background:#fff;color:#000; padding:.55rem .9rem;border-radius:.5rem;font-size:.8rem;font-weight:600;white-space:nowrap;box-shadow:0 .4rem 1rem rgba(0,0,0,.15); } .landingpage .card .lp-hotspot:hover { transform: scale(1.25); } /* BILD IM TEXTKOPF MOBIL UNTER DEN TEXT */ .landingpage .lp-48v-klicksystem { position:static; display:block; width:13rem; max-width:80%; height:auto; margin:1.5rem auto 0 auto; object-fit:contain; } /* USP BAR */ .landingpage .start_service .grid-4 { grid-template-columns: 1fr; gap:0; } /* CTA BUTTONS */ .landingpage .button { width: 100%; text-align: center; } .button.black { background: var(--theme-black); color: var(--theme-white); border:.1rem solid var(--theme-white); text-align:center; } .button.black:hover { background: var(--theme-accent); } .button.green { background: var(--theme-accent); color: var(--theme-white); border:.1rem solid var(--theme-white); text-align:center; } .button.green:hover { background: var(--theme-black); } .buttongrey { background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.12);color:var(--theme-white);padding:.65rem 1.15rem; } .lp-48v-colorimg { width: 5.8rem; height: 5.8rem; object-fit: contain; padding: .35rem; display: block; margin: 0 auto; border-radius: 50%; background: #fff; } .lp-48v-klicksystem { position: absolute; top: 0; right: 0; width: 15rem; max-width: 22vw; height: auto; object-fit: contain; } @keyframes pulsepoint { 0% { box-shadow: 0 0 0 0 rgba(93,124,4,.45), 0 0 0 .45rem rgba(93,124,4,.18); } 70% { box-shadow: 0 0 0 1rem rgba(93,124,4,0), 0 0 0 .45rem rgba(93,124,4,.18); } 100% { box-shadow: 0 0 0 0 rgba(93,124,4,0), 0 0 0 .45rem rgba(93,124,4,.18); } } 
@media (min-width: 576px) { .grid-2 { grid-template-columns: repeat(2, 1fr); } .grid-2 .row-span-2 { grid-row: span 2; } .grid-2 .col-span-2 { grid-column: span 2; } .grid-6 { grid-template-columns: repeat(3, 1fr); } .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; } .flexbox .h1 { font-size: 4rem; } .pk-headline h1.pk-wohnwelten-outline { font-size: 1.75rem; } .pk-trustrow a { width:calc(50% - (var(--padding) / 2)); aspect-ratio:16/10; } .pk-usp { flex: 0 0 45%; } .gkpk-icons { grid-template-columns:repeat(2, 1fr); gap:1.75rem; } .gkpk-icon img{ width:96px; height:96px; } .gkpk-overlay.gkpk-overlay--top{ height:28%; min-height:68px; font-size:1.45rem; padding:0 .9rem;} .gkpk-kachelgrid { grid-template-columns:repeat(2, minmax(0, 1fr)); } .landingpage .grid-2, .landingpage .grid-4, .landingpage .grid-6 { grid-template-columns: 1fr 1fr; } .landingpage .gkpk-overlay.text15 { font-size: 1.25rem; } .landingpage .button { width: auto; }  }
@media (min-width: 768px) { .start_service a { width: 33.33%; } .grid-1 .card span.text1 { right: 5%; left: auto; font-size: 3rem; } .flex-box { display: flex; flex-wrap: nowrap; } .flex-box .flex-content h1 { margin-top: 0; } .flex-box .flex-menu { display: block; width: 17rem; margin-right: 2rem; } #starttrust { flex-wrap: unset; } #starttrust img { width: 50%; } #starttrust .content { width: 50%; } .faq .button-group { grid-template-columns: 1fr 1fr 1fr; } .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: 1rem; top: 203px; 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;} .rangliste { width: max-content; margin: 0 auto; } .rangliste-innen { padding: 1.5rem; } .pk-kachelgrid{ grid-template-columns:repeat(2, minmax(0, 1fr)); } .pk-overlay { font-size:1.5rem; padding:.7rem 1.4rem; bottom:13%; } .pk-overlay.small { font-size: 1.25rem; } .pk-kachelrow.pk-two { grid-template-columns:repeat(2, minmax(0, 1fr)); } .pk-icons { grid-template-columns:repeat(4, 1fr); gap: 2rem; } .pk-icon img { width:100px; height:100px; } .pk-mediaText { grid-template-columns: repeat(2, minmax(0, 1fr)); } .ausrichter .pk-mediaText { grid-template-columns:minmax(0, 1fr) minmax(0, 1fr); } .pk-kachelgrid.pk-wohnwelten{ grid-template-columns:repeat(2, 1fr); } .pk-kachelgrid.pk-wohnwelten .pk-fullwidth-tile{ aspect-ratio:4 / 1; } .pk-text-divider { background: var(--theme-light); width: 1px; } .pk-text-two { grid-template-columns: 1fr 1px 1fr; } .gkpk-toprow { grid-template-columns:repeat(2, minmax(0, 1fr)); } .gkpk-overlay { left:50%; bottom:14%; width:auto; white-space:normal; padding:.7rem 1.5rem; white-space:nowrap; font-size:1.70rem; } .gkpk-fwlink { flex-direction:flex; align-items:center; padding:3rem 0; } .gkpk-icons { grid-template-columns:repeat(4, 1fr); gap:2rem; } .gkpk-icon img { width:110px; height:110px; } .gkpk-messe-title2 { font-size: 1.5rem; } .gkpk-btn { padding: 1.15rem 2.6rem; } .gkpk-messe-cta2 { bottom: 2.2rem; } .gkpk-messe-cta2 { left:50%; transform:translateX(-50%); } #mobileweg { display: block; } .gkpk-messe-toptext2 { position:absolute; } .landingpage .grid-4, .landingpage .start_service .grid-4 { grid-template-columns: 1fr 1fr; gap: 1; } .landingpage .grid-6 { grid-template-columns: 1fr 1fr 1fr; } .landingpage .lp-colors { grid-template-columns: 1fr 1fr; }  }
@media (min-width: 992px) { .grid-4 { grid-template-columns: repeat(4, 1fr); } .html_herst_liste { grid-template-columns: repeat(14, 1fr); } .flexbox .box25 { width: 23%; padding: 1rem 2rem; margin: 0 2% 2% 0; } .flexbox .box25:nth-child(2n) { margin-right: 0; } .flexbox .box30 { width:32%; padding: 1rem 2rem; margin: 0 2% 2% 0; } .flexbox .box30:nth-child(3n) { margin-right: 0; } .flexbox .box20 { width: 17%; padding: 1rem; } .flexbox .box20.minheight { min-height: 400px; } .flexbox .box40 { width: 40%; padding: 1rem 2rem; } .flexbox .box50 { width: 47%; padding: 0; } .flexbox .box50:first-child { padding-right: 1rem; } .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%; } .flexbox .box60.padding { padding: 1rem 2rem; } .flexbox .box70 { width:68%; padding: 1rem 2rem; } .flexbox h2.rotate { display: block; min-width: 150%; position: absolute; bottom: -0.25em; left: calc(100% - 2em); margin-bottom: 0; font-weight: bold; transform: rotate(270deg); transform-origin: left; } .flexbox button.abso { position: absolute; z-index: 1; } .flexbox a.content .button { position: absolute; z-index: 4; } .flexbox a.content .button:hover { background-color: var(--theme-accent); } .blog_archiv_news_ul { grid-template-columns: 1fr 1fr 1fr; } .pk-kachelgrid { grid-template-columns:repeat(3, minmax(0, 1fr)); } .pk-overlay { padding:.75rem 1.65rem; bottom:14%; white-space: nowrap;} .pk-overlay.small { font-size: 1.5rem; } .pk-icons { grid-template-columns:repeat(7, 1fr); gap: 2.5rem; } .gkpk-icons img .pk-icon img { width:128px; height:128px; } .pk-trustrow a { width:calc(25% - (var(--padding) * 3 / 4)); aspect-ratio:16/10; } .pk-usp-icons { justify-content: space-between;} .pk-usp { flex: 1 1 0; } .pk-headline h1 { font-size: 3rem;} .pk-headline .pk-subheadline { font-size: 1.5rem; } .pk-mediaText .pk-mediaCopy { padding: 1rem; } .pk-kachelgrid.pk-wohnwelten { grid-template-columns:repeat(3, 1fr); } .pk-kachelgrid.pk-wohnwelten .pk-half-tile { aspect-ratio: 3 / 2; } .pk-kachelgrid.pk-wohnwelten .pk-fullwidth-tile { aspect-ratio: 4 / 1; } .pk-headline h1.pk-wohnwelten-outline { font-size: 2.5rem; letter-spacing:.08em; } .pk-projectbar { grid-template-columns: 1.15fr .85fr; padding: 2.2rem; } .gkpk-kachelgrid { grid-template-columns:repeat(4, minmax(0, 1fr)); } .gkpk-icons { grid-template-columns:repeat(7, 1fr); gap:2.5rem; } .flexbox.gkpk-equal { flex-wrap:nowrap; align-items: stretch; gap:var(--padding); } .flexbox.gkpk-equal > .box40 { flex:0 0 calc(40% - (var(--padding) / 2)); margin-bottom:0; } .flexbox.gkpk-equal > .box60 { flex:0 0 calc(60% - (var(--padding) / 2)); margin-bottom:0; } .flexbox.gkpk-equal > .box60, .flexbox.gkpk-equal > a.box60 { height:auto; display:block; } .flexbox.gkpk-equal > .box60 picture, .flexbox.gkpk-equal > a.box60 picture, .flexbox.gkpk-equal > .box60 img, .flexbox.gkpk-equal > a.box60 img { height:100%; } .gkpk-overlay.gkpk-overlay--top {height:25%; min-height:72px; font-size:1.75rem; padding:0 1.25rem; } .gkpk-fwcopy h2, .gkpk-cathead h1 { font-size: 1.75rem; } .gkpk-messeflexi--fit { height: 100%; } .lp-48v-hero { padding: 4.5rem 2rem; gap: 3rem; } .lp-48v-colorgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; margin: 0 0 1.5rem 0; } .landingpage .lp-48v-klicksystem { position:absolute; top: -3rem; right: -1rem; margin: 0; } .landingpage .start_service .grid-4 { grid-template-columns: 1fr 1fr 1fr 1fr; } .landingpage .card .lp-hotspot { width: 3rem; height: 3rem; border-width:.2rem; } .landingpage .card .lp-hotspot span:first-child { width:.8rem !important; height:.8rem !important; } .landingpage .card .lp-hotspot-label { display:block; }  }
@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; } .flexbox a.content { padding-top: 3rem; } .flexbox .h2, .flexbox h2 { font-size: 2.5rem; } .gkpk-overlay.gkpk-overlay--top, .gkpk-fwcopy h2, .gkpk-cathead h1 { font-size: 2rem; } .landingpage .grid-4 { grid-template-columns: 1fr 1fr 1fr 1fr; } .landingpage .gkpk-overlay.text15 { font-size: 1.5rem; } .landingpage .lp-48v-klicksystem { right: 1rem; top: -1rem; }  }
/* ### kachel ### */
body { --kachel-max-height: 25rem; } ul.se { display: grid; grid-template-columns: 1fr; grid-auto-rows: min-content; grid-gap: var(--padding); list-style: none; margin: 0; padding: 0; grid-auto-flow: dense; } ul.se.row > li { display: none; } ul.se.row > li:nth-child(-n+2) { display: block; } ul.se.suche.mb-4 { margin-bottom: 2rem; } .art_box, .se_banner { height: var(--kachel-max-height); display: block; position: relative; border: var(--theme-border); background-color: var(--theme-card-background); border-radius: var(--theme-radius-small); overflow: hidden; transition: all .3s ease-out; will-change: transform; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); transform: translateZ(0); } ul.se > li:hover:not(.se_banner):not(.no_hover) { box-shadow: var(--shadow-elevation-high); transform: translateY(-.2rem) translateZ(0); } .art_box > .se_kachel { display: block; height: 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: 11rem; display: flex; justify-content: center; width: 100%; transition: all .1s ease-out; } .se_kachel:hover .rat_stars { opacity: 1; filter: grayscale(0); } .art_box > .se_kachel > div > figure { margin: 0; text-align: center; transition: transform .3s ease-out; background-color: white; } .art_box > .se_kachel > div > figure img { width: 15rem; height: 10rem; object-fit: contain; margin: 1rem 0; } ul.se > li > a > div > .se_header, .art_box > .se_kachel > div > .se_header { position: absolute; top: 0; left: 0; right: 0; z-index: 1; } .se_diff { display: block; height: 1.75rem; width: 3rem; background-color: var(--theme-error); color: rgb(255,255,255); line-height: 1.75rem; text-align: center; border-bottom-right-radius: var(--theme-radius-medium); font-size: 1rem; margin-top: 0; } .suchtemp_azu_her { float: right; } .cs_azu { height: 3rem; width: 3rem; background-size: 100%; background-repeat: no-repeat; background-position: 100% 0; margin: 0 0 .5rem 0; } /* azu icons */ .cs_azu[title] { cursor: help; } .cs_azu.azu669 { background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Ebene_1" data-name="Ebene 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 393 393">  <defs>  <style>  .cls-1 {fill: %237ba204;  }  .cls-2 {fill: %23fefefe;  }  </style>  </defs>  <polygon class="cls-1" points="0 0 393 0 393 393 0 0"/>  <path class="cls-2" d="M212.01,97l33.49-32.98,9.48,9.48-49.68,50.39c-2.25.59-11.12-8.45-11.23-10.33l11.92-51.56-32.49,31.98-9.48-9.48,51.34-50.43c1.92,2.15,9.36,7.86,9.4,10.2l-12.75,52.73Z"/>  <path class="cls-2" d="M264.7,85.11c1.15-.3,2.03,0,2.84.83l35.38,36.42c-2.11,1.93-6.44,8.26-9.23,7.53-3.79-.99-24.18-26.33-27.06-25.82-2.02,2.33-10.29,8.33-9.53,11.23.9,3.43,23.35,21.66,23.82,24.34-.91,2.16-6.75,9.04-8.92,7.92l-24.51-24.54-13.03,12.98,27.46,28.64c.24,1.35-6.94,8.4-8.43,8.4-2.73,0-33.47-33.54-38.48-37.54l49.68-50.39Z"/>  <path class="cls-2" d="M311.7,132.11c3.01-.79,8.62,7.5,11.28,9.39-9.31,10.69-22.02,20.24-31.01,30.97-7.43,8.87-9.58,16.22,1.01,24.05,8.19,6.06,13.28.89,19.55-4.49,10.43-8.96,19.55-20.93,30.11-29.95,1.32-.23,10.51,9.05,10.29,10.29l-36.45,35.61c-14.47,12.54-29.52,3.23-39.45-9.5-8.58-10.99-7.94-20,0-30.95,2.91-4.02,32.28-34.79,34.68-35.42Z"/></svg>'); } .cs_azu.azu670 { background-image:url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Ebene_1" data-name="Ebene 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 394 394">  <defs>  <style>  .cls-1 {fill: %23af1b2a;  }  .cls-2 {fill: %23b01c2b;  }  .cls-3 {fill: %23fefefe;  }  </style>  </defs>  <polygon class="cls-1" points="0 1 0 0 394 0 394 394 393 394 0 1"/>  <path class="cls-3" d="M330.7,168.11c1.15-.3,2.03,0,2.84.83l35.38,36.42c-2.11,1.93-6.44,8.26-9.23,7.53-3.79-.99-24.18-26.33-27.06-25.82-2.02,2.33-10.29,8.33-9.53,11.23.9,3.43,23.35,21.66,23.82,24.34-.91,2.16-6.75,9.04-8.92,7.92l-24.51-24.54-13.03,12.98,27.46,28.64c.24,1.35-6.94,8.4-8.43,8.4-2.73,0-33.47-33.54-38.48-37.54l49.68-50.39Z"/>  <path class="cls-3" d="M157.35,96.65c-11.81-11.8-13.56-24.41-4.33-38.64.88-.61,10.88,7.57,11.51,8.98.53,1.17-3.62,7.07-3.48,10.43.35,7.87,10.18,17.15,18.22,15.4,14.09-3.07-2.69-22.43-5.45-29.13-3.2-7.75-4.57-14.5.34-22.01,16.89-25.82,61.81,15.32,39.35,36.14-1.3.11-10.14-8.28-10.37-9.45-.16-.85,2.02-4.66,1.94-7.86-.35-12.67-25.63-22.22-17.27-1.81,5.43,13.27,20.11,24.5,7.71,40.33-10.76,13.74-27.5,8.29-38.17-2.37Z"/>  <path class="cls-3" d="M251.69,88.16c1.31-.12,11.61,9.41,11.17,12.09l-30.36,69.72c-1.98-2.76-10.25-8.69-10.53-11.52-.43-4.23,7.93-12.74,5.1-17-.97-1.45-16.96-17.45-18.1-18.02-3.33-.76-14.22,6.8-16.33,6.39-1.8-.34-8.37-8.81-10.62-10.34l69.67-31.34Z"/>  <polygon class="cls-3" points="288.5 125.02 298.98 135.5 258.07 176.64 282.98 202.5 273.64 210.93 238.96 175.5 288.5 125.02"/>  <polygon class="cls-2" points="244.99 106.01 233.5 129.98 221.02 117.5 244.99 106.01"/></svg>'); } .cs_azu.azu817 { 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 91.5 92" style="enable-background:new 0 0 91.5 92;" xml:space="preserve"><style type="text/css"> .st0{fill:%234A545B;} .st1{fill:%23FFFFFF;}</style><path class="st0" d="M91.5,92L0,0.4L91.5,0V92z"/><g> <path class="st1" d="M49.9,37.7c-1.8-0.4-4.4-1.6-6.6-3.9c-2.8-2.9-4.2-6.6-3.8-10.4c0.2-2.8,1.4-5.7,3.7-8.6l-2.1-2.2l1.8-1.7  l2,2.1c0.2-0.2,0.4-0.3,0.5-0.5c0.5-0.5,1.1-1,1.7-1.5l-2-2.1l1.8-1.7L49,9.5c2.9-2,6-3,8.9-2.9c3.6,0,7,1.3,9.8,4.2  c2.1,2.2,3.1,4.4,3.5,5.9l-3.1,1.6c-0.4-1.5-1.3-3.4-2.9-5c-1.9-1.9-4.1-2.9-6.6-2.9c-2.1,0-4.4,0.8-6.7,2.3l9.7,10.1l-1.8,1.7  l-10-10.4c-0.5,0.4-1,0.9-1.6,1.4c-0.2,0.2-0.4,0.4-0.6,0.6l10,10.5L56,28.2L46.2,18c-1.8,2.3-2.7,4.5-2.8,6.5  c-0.2,2.7,0.9,5.1,2.8,7.1c1.8,1.9,4.1,2.9,5.4,3.3L49.9,37.7z"/> <path class="st1" d="M64,52.8c-1.5-0.3-3.5-1.3-5.3-3.2c-2.2-2.3-3.4-5.3-3.1-8.3c0.2-2.3,1.1-4.6,3-6.8l-1.7-1.8l1.4-1.4l1.6,1.6  c0.1-0.1,0.3-0.3,0.4-0.4c0.4-0.4,0.9-0.8,1.3-1.2L60,29.7l1.4-1.4l1.8,1.9c2.4-1.6,4.8-2.4,7.1-2.3c2.9,0,5.6,1,7.9,3.4  c1.7,1.7,2.4,3.5,2.8,4.8l-2.5,1.3c-0.3-1.2-1-2.7-2.3-4C74.8,31.7,73,31,71.1,31c-1.7,0-3.5,0.7-5.3,1.8l7.7,8L72,42.2l-8-8.3  c-0.4,0.3-0.8,0.7-1.3,1.1c-0.2,0.2-0.3,0.3-0.5,0.5l8,8.4l-1.4,1.4L61,37.1c-1.5,1.8-2.2,3.6-2.3,5.2c-0.1,2.2,0.7,4.1,2.2,5.7  c1.5,1.5,3.3,2.3,4.3,2.6L64,52.8z"/> <path class="st1" d="M74.5,64.3c-1.1-0.2-2.6-1-4-2.4c-1.7-1.8-2.5-4-2.3-6.2c0.1-1.7,0.9-3.4,2.2-5.1l-1.3-1.3l1.1-1l1.2,1.2  c0.1-0.1,0.2-0.2,0.3-0.3c0.3-0.3,0.7-0.6,1-0.9L71.5,47l1.1-1l1.4,1.4c1.8-1.2,3.6-1.8,5.4-1.7c2.2,0,4.2,0.8,5.9,2.5  c1.2,1.3,1.8,2.6,2.1,3.6l-1.8,0.9c-0.2-0.9-0.8-2-1.7-3c-1.1-1.2-2.5-1.7-3.9-1.8c-1.3,0-2.6,0.5-4,1.4l5.8,6l-1.1,1l-6-6.2  c-0.3,0.2-0.6,0.5-1,0.8c-0.1,0.1-0.2,0.2-0.4,0.4l6,6.3l-1.1,1l-5.9-6.1c-1.1,1.4-1.6,2.7-1.7,3.9c-0.1,1.6,0.6,3.1,1.7,4.3  c1.1,1.1,2.5,1.7,3.2,2L74.5,64.3z"/></g></svg>'); } .se_unten { display: flex; flex-direction: column; align-content: space-between; justify-content: space-evenly; position: absolute; top: 14rem; left: 0; right: 0; bottom: 0; } .se_name { height: 5rem; line-height: normal; overflow: hidden; } .se_name span { display: block; text-align: center; padding: 0 .25rem; color: var(--theme-text); text-wrap: balance; font-size: .9rem; } .se-minanz { display: block; text-align: center; font-size: .8rem; } .se_preis { height: 5rem; } .se_preis .se_vk { color: var(--theme-text); font-size: 1rem; text-align: center; display: flex; flex-wrap: wrap; justify-content: center; font-weight: bold; white-space: nowrap; line-height: normal; } .se_preis .se_vk s { display: block; color: var(--theme-text); font-weight: 300; font-size: 1rem; float: left; font-size: inherit; margin: 0 .25rem; } .se_preis .se_litp { display: block; text-align: center; color: var(--theme-text); } .se_preis .se_litp br { display: none; } li .se_preis .se_vk s { opacity: .5; 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 { width: calc(100% - 2rem); 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 .bannerueb { display: block; width: calc(100% - 2rem); background: rgba(255,255,255,.85); position: absolute; z-index: 2; bottom: 1rem; font-size: 1.25rem; color: var(--theme-black); text-align: center; padding: 1rem; 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 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; } 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: 1.5rem; right: .5rem; height: 2rem; width: 2rem; border-radius: 50%; transform: translateY(50%); opacity: 1; transition: all .5s ease-out; z-index: 2; background-size: 75%; background-position: center; background-repeat: no-repeat; cursor: pointer; background-image: url(/img/bg-merkliste.svg); transition-delay: .2s; } ul.se > li:hover .quick-buy, ul.se > li:hover .se_beobachten, ul.se > li > a.se_beobachten.active { opacity: 1; } ul.se > li > a.se_beobachten.active { background-image: url(/img/bg-merkliste-voll.svg)!important; } ul.se > li .quick-buy { right: 4.5rem; transform: translateX(50%); transition-delay: 1.2s; transition-duration: .4s; background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px"  viewBox="0 0 58.1 51" style="enable-background:new 0 0 58.1 51;" xml:space="preserve"><style type="text/css"> .st0{fill:rgb(60,60,60);}</style><path class="st0" d="M57.6,13.7C57.2,13.3,56.6,13,56,13H45.9C44.9,5.6,38.5,0,31,0h-4c-7.5,0-13.8,5.6-14.9,13H2 c-0.6,0-1.1,0.3-1.5,0.7c-0.4,0.4-0.6,1.1-0.5,1.6l5.3,30.3c0.6,3.1,3.3,5.4,6.4,5.3h34.5c3.2,0,5.9-2.3,6.4-5.4L58,15.4 C58.1,14.8,57.9,14.2,57.6,13.7z M27,4h4c5.3,0,9.8,3.8,10.8,9H16.2C17.2,7.8,21.7,4,27,4z M48.7,44.9c-0.2,1.2-1.3,2.1-2.5,2.1 H11.8c-1.2,0-2.2-0.8-2.5-2L4.4,17h49.2L48.7,44.9z"/></svg>'); } .gr_1x2, .gr_2x2 { grid-column: span 1; } .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; } #pag_se ul { list-style: none; padding: 0; display: flex; align-items: center; place-content: center; } #pag_se ul > li > div { height: 2.5rem; background-color: var(--theme-accent-medium); color: var(--theme-accent-text); padding: 0 1rem; line-height: 2.5rem; border-radius: var(--theme-radius-small); box-shadow: var(--shadow-elevation-medium); } #pag_se ul > li > #linkpagzur, #pag_se ul > li > #linkpagvor, #pag_se ul > li > #linkpag1 { cursor: pointer; display: block; height: 2.5rem; width: 2.5rem; background-color: var(--theme-accent-medium); border-radius: 20%; background-repeat: no-repeat; background-position: center; background-size: 32%; margin: 0 1rem; box-shadow: var(--shadow-elevation-medium); transition: box-shadow .3s ease-out;} #linkpagzur { background-image: url(/img/artikel_weiter.svg); rotate: -180deg; } #linkpagvor { background-image: url(/img/artikel_weiter.svg); } #shopLayer #pag_se ul > .nopag { opacity: .5; } #pag_se ul > li > *[href]:hover { box-shadow: var(--shadow-elevation-high); } .pag {font-size: 1.2em !important;text-align: center;color: var(--theme-accent-text);align-items: center; place-content: center;} .se_farben .lief_gr_farbe1_k { cursor: pointer; margin: 0 .2rem; border-radius: 1rem; display: inline-block; height: 1rem; width: 1rem; filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.3)); transform: scale(1); } .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: 12rem; width: 100%; text-align: center; padding: .5rem; overflow: hidden; } .art_box > .se_kachel + .energie_els { position: absolute; bottom: .5rem; left: .5rem; } .art_box > .se_kachel + .energie_els img { height: 1.5rem; } .se_kachel .se_lager > span { display: flex; gap: .5rem; align-items: center; justify-content: center; padding: 0; text-align: left; border-radius: var(--theme-radius-small); margin-top: 0.5rem; margin-bottom: .5rem; font-size: 0.8rem; color: var(--theme-text); } .se_kachel .se_lager > span:before { content: ""; display: inline-block; width: 1rem; height: 1rem; border-radius: 2rem; } .se_kachel .se_lager > span.groe_txt_st1:before { background-color: var(--theme-success); } .se_kachel .se_lager > span.groe_txt_st2:before { background-color: var(--theme-warning); } .se_kachel .se_lager > span.groe_txt_st3:before { background-color: var(--theme-medium); } .se_kachel .se_lager > span.groe_txt_st4:before { background-color: var(--theme-error); } .se_els_serie { --dot-size: 1.4rem; position: static; padding: 0.3rem; border-radius: var(--dot-size); z-index: 2; } .se_els_serie:empty { display: none; } .se_els_serie > ul.farbpunkte { height: var(--dot-size); list-style: none; padding: 0; display: flex; flex-direction: row; justify-content: center; flex-wrap: wrap; gap: 0.15rem; } .se_els_serie > ul.farbpunkte > li > span { display: block; height: var(--dot-size); width: var(--dot-size); border: 1px solid black; border-radius: 50%; background-size: cover; transition: 0.2s ease-out transform; } /* .se_els_serie > ul.farbpunkte > li > span:hover { transform: scale(1.25); z-index: 2; }*/ span.serie-link {color: var(--theme-link);}
@media (min-width: 576px) { body { --grid-column-count: 6; --grid-item--min-width: 14rem; --kachel-max-height: 30rem; --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: 19rem; } .art_box > .se_kachel > div > figure img { height: 15rem; } .se_kachel .rat_stars { top: 14rem; } .se_preis .se_vk strike { margin: 0 .5rem; } .lief_gr_farbe_tab { top: 15rem; } .se_name span { font-size: .9rem; } .gr_1x2, .gr_2x2 { grid-column: span 2; } }
@media (min-width: 768px) { body { --kachel-max-height: 31rem; } #dd_sort_top, #filter_anzeigen { font-size: 1rem; } #pag_se ul > li > #linkpagzur, #pag_se ul > li > #linkpagvor, #pag_se ul > li > #linkpag1 { height: 2.5rem; width: 2.5rem; margin: 0 2rem; } .se_unten { top: 19.5rem; } .se_name { height: 5rem; } }
@media (min-width: 992px) { body { --grid-item--min-width: 16rem; } 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 { bottom: .5rem; }  }
@media (min-width: 1200px) { body { --kachel-max-height: 32rem; } ul.se.row > li:nth-child(-n+5) { display: block; } }
@media (min-width: 1400px) { ul.se.row > li:nth-child(-n+6) { display: block; } }
/* ### to-top-button ### */
#btn-to-top { display: block; opacity: 0; transform: translateY(2rem); visibility: hidden; position: fixed; bottom: 1rem; right: 1rem; height: 3rem; width: 3rem; background-size: 1rem; background-color: var(--theme-accent-medium); border: none; border-radius: 50%; box-shadow: var(--shadow-elevation-medium); z-index: 90; transition: all .2s ease-out; background-image: url(/img/artikel_weiter.svg); background-position: center; background-repeat: no-repeat; padding: 0; } #btn-to-top.visible { opacity: 1; visibility: visible; transform: translateY(0) rotate(-90deg); }
/* ### input-floating ### */
.inp_wrapper { position: relative; margin-top: 1.5rem; } .inp_wrapper label { position: absolute; top: 1.5rem; left: .8rem; font-size: .9rem; z-index: 1; color: var(--theme-text); transition: all .15s ease-out; opacity: .54; pointer-events: none; font-family: inherit; } .inp_wrapper:focus-within label, .inp_wrapper input:not(:placeholder-shown) + label, .inp_wrapper textarea:not(:placeholder-shown) + label, .inp_wrapper select + label, .inp_wrapper input:-webkit-autofill + label, .inp_wrapper textarea:-webkit-autofill + label, .static-input .inp_wrapper textarea + label, .static-input .inp_wrapper input + label, .inp_wrapper input + label.static, .inp_wrapper textarea + label.static { transform: translateY(-1.8rem); opacity: 1; } .inp_wrapper input, .inp_wrapper textarea, .inp_wrapper select { margin-top: 1rem; } .inp_wrapper label span.red { color: red; } .inp_wrapper.valid input { border-bottom: 1px solid var(--theme-success); }
/* ### powermenu ### */
.powermenue a:not(.button), .powermenue div {color: var(--theme-text);} #shopLayer.powermenue-open ~ #trustbadge-container-98e3dadd90eb493088abdc5597a70810 { display: none!important; } .powermenue { display: flex; position: fixed; z-index: 99; top: 6rem; left: 0; right: 0; bottom: 0; background-color: var(--theme-light); overflow-y: auto; overflow-x: hidden; opacity: 0; visibility: hidden; transform: translateX(-2rem); transition: all .3s ease-out; } nav.powermenue.open {opacity: 1;visibility: visible;transform: translateX(0);} #kopf_top_line.box-shadow + div + #kopf_bottom_line .powermenue.open { top: 4rem; } #powermenue-strukturen-ueberschrift {display: flex;background-color: var(--theme-accent-medium);padding: 0.5rem 0;align-items: center;justify-content: center;} .powermenue-head { width: 100%;flex-direction: column; align-items: stretch;left: 0px;position: absolute; margin: 0; opacity: 1; pointer-events: all; transition: all .2s ease out; } .powermenue-head.hidden { opacity: 0; pointer-events: none; } .powermenue-head li { padding: 0 1rem; background-color: var(--theme-white); height: 5rem; margin: 0; border-bottom: .15rem solid var(--theme-light); display: flex;align-items: center;justify-content: space-between;cursor: pointer; } .powermenue-head li:last-child { border-bottom: 0; } .powermenue-head a { font-size: 1.25rem; } .powermenue-head a:hover, .powermenue-modul-auflistung li a:hover, #shopLayer .powermenue .powermenue-strukturen a:hover { color: var(--theme-accent-medium); } .powermenue-head li.powermenue-aktiv { background-color: var(--theme-accent); } .powermenue-head li.powermenue-aktiv a { color: var(--theme-white); } .powermenue-strukturen {position: absolute;display: block;top: 0;left: 0;right: 0;bottom: 0;padding: 0;background-color: var( --theme-light);transition: all .3s ease-out;box-shadow: none;} .powermenue-strukturen.hidden {opacity: 0;visibility: hidden;transform: translateX(-2rem);} .powermenue-struktur.hidden, .powermenue-struktur-module.hidden { display: none; } .powermenue-struktur-module { display: flex; width: 100%; padding: 1rem;box-sizing: border-box; } .powermenue-struktur-module {flex-direction: column;padding: 0;} .powermenue-modul-ueberschrift { display: block;width: 100%; margin: 0; font-weight: bold; margin-bottom:.5rem;} .powermenue-modul-ueberschrift-wrapper { padding: .5rem 1rem; border-bottom: 0;} .powermenue-modul-ueberschrift-icon {height: 1.5rem;width: 1.5rem;} .powermenue-modul { width: 100%;margin: 0;} .powermenue-modul a, .powermenue-modul p {font-size: 1rem;} .powermenue-modul .powermenue-modul-auflistung[data-modul-typ="auflistung"] {display: flex;align-items: center;justify-content: flex-start;flex-direction: row;flex-wrap: wrap; margin-bottom: 0; } .powermenue-modul .powermenue-modul-auflistung[data-modul-typ="auflistung"] li { width: 50%; } .powermenue-modul-auflistung { margin: 0; padding: 0 1rem; } .powermenue-modul-auflistung li.powermenue-aktiv a {color: var(--theme-accent-medium);} .powermenue-modul-auflistung li a { padding: .1rem 0; } .powermenue-html-oben, .powermenue-html-unten { width:100%; padding: 0 1rem 1rem 1rem; } .powermenue-html-oben p, .powermenue-html-unten p { margin: 0 0 .5rem 0; } .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: 6rem; height: auto; margin: 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: 5rem; height: 5rem; margin-bottom: .25rem; transition: all 0.5s; } .powermenue-icons-mit-text img:hover { transform: translateY(-0.3rem) translateZ(0); box-shadow: 0 1rem 2rem rgba(0,0,0,.15); } .powermenue-icons-mit-text img + p { margin-top: 0; } .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: space-between; align-items: center; padding: 0; } .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-mehr-anzeigen-button p { margin: 0 .2rem 0 0; font-size: .9rem; color: var(--theme-link); } .powermenue-modul-auflistung li a {display: flex;} .powermenue-top-marke img, .powermenue-top-artikel img {max-width: 100px;max-height: 100px;object-fit: contain;} .powermenue-top-artikel a {display: flex;align-items: center;justify-content: flex-start;} .powermenue-top-artikel-rechts {margin-left: 5px;} .powermenue-top-artikel-name {font-size: .8rem;margin-bottom: 10px;} .powermenue-top-artikel-preis {font-size: 1rem;} .powermenue-zwei-spalten-rechts {display: none;} .powermenue-mehr-anzeigen {display: none;} .powermenue-mehr-anzeigen-button { cursor: pointer; display: flex; padding-left: 1rem; margin-bottom: .5rem; } .powermenue-pfeil-unten {margin-left: .5rem;transform: rotate(90deg);} #powermenue-zurueck {position: absolute;background: transparent url(/img/powermenue_arrow-w.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-zwei-spalten-links {display: flex;align-items: center;justify-content: flex-start;} .powermenue-pfeil-rechts {margin-left: 0.25rem;} .powermenue-modul-html img {max-width: 100%;} .powermenue-auflistung-hoch {font-weight: bold;} .powermenue-head-mobile-pfeil {display: block;background: transparent url(/img/powermenue_arrow-w.svg) no-repeat 50% 50%;background-size: auto 40px;width: 2rem;height: 2rem;transform: rotate(180deg);} .powermenue-modul[data-modul-typ='zwei-spalten-rechts'] { display: none; } .alle-struktur-artikel-anzeigen {display: flex;align-items: center;justify-content: space-between;width: 100%; margin: .1rem 0 1rem 0;padding: .5rem 1rem; background-color: var(--theme-accent-light);} .alle-struktur-artikel-anzeigen p:first-child { font-size: 1rem; color: var(--theme-white); } .alle-struktur-artikel-anzeigen p { margin: 0; } .powermenue-pfeil-rechts { transform: rotate(90deg); } .powermenue-modul-auflistung .powermenue-auflistung-platzhalter { border-bottom: 0; padding: .25rem!important; } .powermenue-modul-html ul li a strong { margin-right: .5rem; } #powermenue-menuepunkt-7 a:before { content: "%"; display: inline-block; width: 1.5rem; height: 1.5rem; border-radius: .25rem; background-color: var(--theme-error); color: var(--theme-white); text-align: center; margin-right: .5rem; } .powermenue-modul-auflistung[data-modul-typ="auflistung-mit-icons"] { margin: 0; padding: 0 1rem; display: flex; flex-wrap: wrap; justify-content: space-between; background-color: var(--theme-light); } .powermenue-modul-auflistung[data-modul-typ="auflistung-mit-icons"] li a { flex-wrap: wrap; justify-content: center; } .powermenue-modul-auflistung[data-modul-typ="auflistung-mit-icons"] li a p { width: 100%; margin: 0 0 1rem 0; font-size: .9rem; text-align: center; } .powermenue-modul.powermenue-modul-nummer-17 ul.powermenue-modul-auflistung, .powermenue-modul.powermenue-modul-nummer-18 ul.powermenue-modul-auflistung, .powermenue-modul.powermenue-modul-nummer-19 ul.powermenue-modul-auflistung, .powermenue-modul.powermenue-modul-nummer-20 ul.powermenue-modul-auflistung { margin-bottom: 0; margin-top: 0; padding-bottom: 0; } .powermenue-modul-auflistung .powermenue-auflistung-mit-icon { width: 100%; padding: 0; background-color: var(--theme-white); margin-bottom: 1rem; border: 0rem solid rgb(150,150,150);} .powermenue-modul-auflistung .powermenue-auflistung-mit-icon img { margin-top: .5rem; } .powermenue-modul-html ul.freestylemenu { display: flex; flex-wrap: wrap; justify-content: space-between; } .powermenue-modul-html ul.freestylemenu li { width: 100%; background-color: var(--theme-white); padding: 1rem; margin: 0 0 1rem 0; transition: all 0.5s; } .powermenue-modul-html ul.freestylemenu li:hover { transform: translateY(-0.3rem) translateZ(0); box-shadow: 0 1rem 2rem rgba(0,0,0,.15); } .powermenue-modul-html ul.freestylemenu li .flexbox .ueb { width: 100%; display: block; font-weight: bold; font-size: 1.1rem; margin-bottom: .5rem; color: var(--theme-text); } .powermenue-modul-html ul.freestylemenu li .flexbox .text { width: 60%; color: rgb(125, 125, 125); padding-right: .5rem; } .powermenue-modul-html ul.freestylemenu li .flexbox img { width: 40%; } .powermenue-modul-html ul.freestylemenu li .flexbox .text:hover { color: var(--theme-accent-medium); } .powermenue-modul-icons li.powermenue-icons-mit-text { width: 48%; margin-bottom: .5rem; }
@media (min-width: 576px) { .powermenue-modul-html ul.freestylemenu li { width: 48%; } .powermenue-modul-auflistung .powermenue-auflistung-mit-icon { width: 48%; } .powermenue-modul-icons li.powermenue-icons-mit-text { width: 25%; } }
@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-modul-auflistung li a { padding: 0; font-size: .9rem; } .powermenue-modul-auflistung li.powermenue-auflistung-hoch a { font-size: 1rem; } .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; border: 0; } .powermenue-head li a { padding: 0 .5rem; } .powermenue-head a { font-size: 1rem; } .powermenue-head li.powermenue-aktiv { background-color: transparent; } .powermenue-head li.powermenue-aktiv a { color: var(--theme-white); background-color: var(--theme-accent); border-radius: 2rem; padding: .3rem .75rem; } .powermenue-strukturen.hidden {opacity: 0;visibility: hidden;transform: translateY(-2rem);} .powermenue-modul .powermenue-modul-auflistung[data-modul-typ="auflistung"] { margin: 0; } .powermenue-modul .powermenue-modul-auflistung[data-modul-typ="auflistung"] li { width: 100%; margin: 0; padding: 0; } .powermenue-struktur, .powermenue-struktur-module { display: flex;align-items: flex-start;justify-content: flex-start; flex-wrap: wrap; } .powermenue-strukturen { position: static; width: 100%; background-color: var(--theme-powermenu-medium); display: block; box-shadow: 0px 12px 24px -10px rgba(0,0,0,0.75); padding:1rem;box-sizing: border-box; margin-top: 3rem; } .powermenue-strukturen.hidden { display: none; } .powermenue-struktur { flex-direction: column; } .powermenue-struktur-module { width: 100%; flex-direction: row; padding: 1rem;box-sizing: border-box; } .powermenue-modul { width: 25%!important; margin: 0; } .powermenue-modul-ueberschrift-wrapper {display: flex;align-items: center;justify-content: flex-start;font-weight:bold; background-color: unset; } .powermenue-html-unten #alle-marken {float:right;} .powermenue-html-oben #alle-marken {float:right;} .powermenue-html-oben h1 {margin:0;} .powermenue-html-oben, .powermenue-html-unten { padding-left: 2rem; } .powermenue-html-oben h3, .powermenue-html-unten h3 { margin-top: 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-head-mobile-pfeil { display: none; } .alle-struktur-artikel-anzeigen { display: none; } #powermenue-strukturen-ueberschrift { display: none; } .powermenue-modul-auflistung .powermenue-auflistung-mit-icon { width: 100%; } .powermenue-modul-html ul.freestylemenu li { width: 100%; } .powermenue-modul.powermenue-modul-nummer-17 ul.powermenue-modul-auflistung { margin-top: 0; } .powermenue-modul.powermenue-modul-nummer-97 { width: 50%!important; } .powermenue-modul.powermenue-modul-nummer-98 { width: 50%!important; margin-top: 3rem; } .powermenue-modul.powermenue-modul-nummer-99 { width: 50%!important; } .powermenue-modul.powermenue-modul-nummer-100 { width: 50%!important; } .powermenue-modul.powermenue-modul-nummer-101 { width: 50%!important; } .powermenue-modul.powermenue-modul-nummer-102 { width: 50%!important; margin-top: 3rem; } .powermenue-modul.powermenue-modul-nummer-103 { width: 50%!important; } .powermenue-modul.powermenue-modul-nummer-104 { width: 50%!important; } .powermenue-modul-auflistung.powermenue-modul-icons { padding: 0; }  }
@media (min-width: 1200px) { .powermenue-head li a { padding: 0 1rem; } .powermenue-icons-mit-text img { width: 6rem; height: 6rem; } }
@media (min-width: 1400px) { .powermenue-head li a { padding: 0 1.5rem; } }
/* ### 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; } #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; text-align: center; } #shopLayer.suche-offen #kopf_bottom_line { display: none; } #shopLayer.suche-offen #kopf_top_line { box-shadow: var(--shadow-elevation-medium); } .suche-struktur { } .suche-struktur nav ul { display: flex; flex-wrap: wrap; justify-content: space-between;} .suche-struktur nav ul li { list-style: none; width: 49.5%; margin: 0 0 1% 0; } .suche-struktur nav ul li a { display: block; background: var(--theme-light); padding: .5rem; color: var(--theme-text); margin-bottom: 1%; } .suche-struktur nav ul li a.alvl_1 { background-color: var(--theme-accent); color: var(--theme-white); } .suche-struktur nav ul li a:hover { background-color: 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-accent); padding: .5rem; color: var(--theme-white); margin-bottom: 1%;} .suche-struktur nav ul.men_her li a.alvl_1 { background: var(--theme-light); color: var(--theme-text); } .suche-struktur ul.lvl_2, .suche-struktur ul.men_her { display: flex; flex-wrap: wrap; } .suche-struktur ul.lvl_2 li, .suche-struktur ul.men_her li { width: 100%; } ul.men_zk1 .alvl_1 { background: var(--theme-medium); margin-top: .5rem; }
@media (min-width: 576px) { #meili-filters { grid-template-columns: repeat(3, 1fr); } #meili-search #meili-items li#faqs { height: var(--kachel-max-height); } .suche-struktur ul.men_her li { width: 49.5%; } }
@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: 24%; } }
@media (min-width: 992px) { #meili-filters { grid-template-columns: repeat(5, 1fr); } }
@media (min-width: 1200px) { #meili-filters { grid-template-columns: repeat(6, 1fr); } }
@media (min-width: 1400px) { #meili-filters { grid-template-columns: repeat(7, 1fr); } }
/* ### 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; } .pg-highslide-bg { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, .5); z-index: 99; } #pg-highslide {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);} .fadeInDownSmall { animation-name: fadeInDownSmall; animation-duration: .3s; } @keyframes fadeInDownSmall { 0% { opacity: 0; transform: translate3d(0,-200px,0); } 100% { opacity: 1; transform: none; } }
