@charset "UTF-8";
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:hidden}
body{font-family:'Roboto',sans-serif;color:#212121;background:#fff;line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}
a{color:#212121;text-decoration:none}
a:hover{opacity:.8}
img{max-width:100%;height:auto;display:block}

#announcebar_top{background:#536669;color:#fff;text-align:center;padding:9px 15px;font-family:'Poppins',sans-serif;font-size:13px;font-weight:500;letter-spacing:.4px;position:relative;z-index:100}
.announce_inner{max-width:1200px;margin:0 auto}
#hdrDesktop{background:#fff;border-bottom:1px solid #eee;position:sticky;top:0;z-index:999}
.hdr_inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:12px 30px}
.hdr_logoImg{display:block;height:42px;width:auto}
.hdr_navCol{display:flex;gap:28px;align-items:center}
.navLink{font-family:'Poppins',sans-serif;font-size:13px;font-weight:500;color:#536669;letter-spacing:.5px;transition:color .15s;white-space:nowrap}
.navLink:hover{color:#3b8a94;opacity:1}
.navLink_active{color:#3b8a94;border-bottom:2px solid #3b8a94;padding-bottom:2px}
.hdr_actionsCol{display:flex;align-items:center}
.hdr_cartIcon{position:relative;display:inline-flex;align-items:center;color:#536669;cursor:pointer}
.hdr_cartIcon .material-symbols-outlined{font-size:24px}
.cart_badge{position:absolute;top:-6px;right:-10px;background:#c0392b;color:#fff;font-family:'Poppins',sans-serif;font-size:10px;font-weight:600;width:18px;height:18px;border-radius:50%;display:none;align-items:center;justify-content:center;line-height:1}
#hdrMobile{display:none}
.mobHdr_row{display:flex;align-items:center;justify-content:space-between;padding:12px 18px;background:#fff;border-bottom:1px solid #ddd;position:sticky;top:0;z-index:999}
.mob_burgerWrap{cursor:pointer;display:flex;flex-direction:column;gap:5px}
.mob_burgerWrap span{display:block;width:24px;height:2px;background:#536669}
.mob_logoWrap img{height:34px;width:auto}
.mob_cartWrap{position:relative}
.mob_cartWrap .material-symbols-outlined{font-size:22px;color:#536669}
.mob_cartWrap .cart_badge{top:-4px;right:-8px}
.mobNav_panel{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.45);z-index:9999;display:none}
.mobNav_panel.open{display:block}
.mobNav_linksWrap{position:absolute;right:0;top:0;bottom:0;width:280px;background:#fff;padding:65px 30px 30px;display:flex;flex-direction:column;gap:18px}
.mobNav_linksWrap a{font-family:'Poppins',sans-serif;font-size:14px;font-weight:500;color:#536669}
.mobNav_closeBtn{position:absolute;top:18px;right:24px;cursor:pointer;color:#536669;z-index:10000}
.mobNav_closeBtn .material-symbols-outlined{font-size:28px}

.stickyCart_wrap{position:fixed;bottom:28px;right:28px;width:52px;height:52px;background:#759692;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:998;box-shadow:0 4px 16px rgba(0,0,0,.2);opacity:0;pointer-events:none;transition:opacity .3s,transform .3s;transform:translateY(20px)}
.stickyCart_wrap.visible{opacity:1;pointer-events:auto;transform:translateY(0)}
.stickyCart_wrap .material-symbols-outlined{font-size:24px}
.stickyCart_badge{position:absolute;top:-4px;right:-4px;background:#c0392b;color:#fff;font-family:'Poppins',sans-serif;font-size:9px;font-weight:600;width:18px;height:18px;border-radius:50%;display:none;align-items:center;justify-content:center;line-height:1}

#heroBanner{position:relative;overflow:hidden}
.hero_imgContainer{position:relative;max-height:620px;overflow:hidden}
.hero_bgImg{width:100%;object-fit:cover;display:block;min-height:380px}
.hero_overlayContent{position:absolute;bottom:50px;left:50px;max-width:520px;background:rgba(255,255,255,.93);padding:35px 40px}
.hero_tagSmall{font-family:'Poppins',sans-serif;font-size:11px;letter-spacing:3px;color:#759692;font-weight:600;margin-bottom:10px;text-transform:uppercase}
.hero_h1{font-family:'Quando',serif;font-size:2rem;font-weight:400;color:#212121;line-height:1.3;margin-bottom:12px}
.hero_subline{font-family:'Roboto',sans-serif;font-size:15px;color:#555;font-weight:300;line-height:1.7;margin-bottom:1.25em}
.hero_ctaBtn{display:inline-block;background:#759692;color:#fff;font-family:'Poppins',sans-serif;font-size:13px;font-weight:600;letter-spacing:1px;padding:12px 30px;border:2px solid #759692;transition:background .2s,color .2s}
.hero_ctaBtn:hover{background:transparent;color:#759692;opacity:1}

#introSplit{max-width:1200px;margin:0 auto;padding:55px 30px 60px}
.introSplit_inner{display:flex;gap:50px;align-items:center}
.introSplit_textCol{flex:1}
.introSplit_imgCol{flex:1}
.intro_heading{font-family:'Quando',serif;font-size:1.7rem;font-weight:400;color:#212121;margin-bottom:18px;line-height:1.35}
.intro_body{font-family:'Roboto',sans-serif;font-size:15px;color:#555;font-weight:300;line-height:1.85;margin-bottom:11px}
.intro_productImg{width:100%;object-fit:cover;max-height:420px}

#howItWorks{max-width:1200px;margin:0 auto;padding:48px 30px 58px}
.hiw_heading{font-family:'Quando',serif;font-size:26px;font-weight:400;color:#212121;text-align:center;margin-bottom:38px}
.hiw_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.hiw_card{text-align:center;padding:0 15px}
.hiw_iconCircle{width:80px;height:80px;background:#eaf2f4;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 18px}
.hiw_iconCircle .material-symbols-outlined{font-size:36px;color:#536669}
.hiw_stepName{font-family:'Poppins',sans-serif;font-size:15px;font-weight:600;color:#212121;margin-bottom:10px}
.hiw_cardText{font-family:'Roboto',sans-serif;font-size:14px;color:#666;font-weight:300;line-height:1.75}
.hiw_cardText_light{font-family:'Roboto',sans-serif;font-size:14px;color:rgba(255,255,255,.75);font-weight:300;line-height:1.75}

.waveDivider_down{color:#536669;line-height:0;margin-bottom:-2px}
.waveDivider_down svg{width:100%;height:80px;display:block}
.waveDivider_up{color:#536669;line-height:0;margin-top:-2px}
.waveDivider_up svg{width:100%;height:80px;display:block}
.wave_alt{color:#eaf2f4}
.wave_footer{color:#536669}

#testimonialsBlock{background:#536669;padding:48px 30px 55px}
.testi_inner{max-width:800px;margin:0 auto;text-align:center}
.testi_heading{font-family:'Quando',serif;font-size:1.6rem;font-weight:400;color:#fff;margin-bottom:32px}
.testi_carousel{position:relative;min-height:160px}
.testi_slide{display:none;padding:0 20px}
.testi_slide.active{display:block}
.testi_quoteOpen{font-family:'Quando',serif;font-size:54px;color:rgba(255,255,255,.2);line-height:1;margin-bottom:5px}
.testi_text{font-family:'Roboto',sans-serif;font-size:1rem;color:rgba(255,255,255,.9);font-weight:300;line-height:1.85;font-style:italic;margin-bottom:16px}
.testi_author{font-family:'Poppins',sans-serif;font-size:12px;font-weight:600;color:#eaf2f4;letter-spacing:1px}
.testi_dots{display:flex;justify-content:center;gap:10px;margin-top:22px}
.testi_dot{width:10px;height:10px;background:rgba(255,255,255,.3);border-radius:50%;cursor:pointer;transition:background .2s}
.testi_dot.active{background:#fff}

#katalogBlock{max-width:1200px;margin:0 auto;padding:52px 30px 48px}
.katalog_heading{font-family:'Quando',serif;font-size:26px;font-weight:400;color:#212121;text-align:center;margin-bottom:8px}
.katalog_sub{font-family:'Roboto',sans-serif;font-size:13px;color:#999;font-weight:300;text-align:center;margin-bottom:36px}
.katalog_sub_wide{font-family:'Roboto',sans-serif;font-size:13px;color:#999;font-weight:300;text-align:center;margin-bottom:36px}

.featured_wrap{margin-bottom:32px}
.feat_layout{display:flex;gap:0;border:1px solid #eee;background:#fff}
.feat_imgSide{flex:1;position:relative;background:#f5f5f5;min-height:340px;overflow:hidden}
.feat_img{width:100%;height:100%;object-fit:cover}
.feat_imgSide .prodCard_badge{top:14px;left:14px}
.feat_infoSide{flex:1;padding:34px 32px;display:flex;flex-direction:column}
.feat_name{font-size:18px;margin-bottom:6px}
.feat_desc{font-family:'Roboto',sans-serif;font-size:14px;color:#555;font-weight:300;line-height:1.75;margin:10px 0 12px}
.feat_cartBtn{width:100%;margin-top:auto;background:#759692;color:#fff;border-color:#759692}
.feat_cartBtn:hover{background:#536669;border-color:#536669}
.feat_detailBtn{width:100%;margin-top:8px;background:transparent;color:#759692;border:2px solid #759692;padding:10px 15px;font-family:'Poppins',sans-serif;font-size:11px;font-weight:600;letter-spacing:.5px;cursor:pointer;transition:background .15s,color .15s}
.feat_detailBtn:hover{background:#759692;color:#fff}

.miniGrid_wrap{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.miniCard_wrap{border:1px solid #eee;background:#fff;cursor:pointer;transition:box-shadow .25s;height:100%;display:flex;flex-direction:column;position:relative}
.miniCard_wrap:hover{box-shadow:0 4px 20px rgba(83,102,105,.1)}
.prodCard_badge{position:absolute;top:10px;left:10px;background:#c0392b;color:#fff;font-family:'Poppins',sans-serif;font-size:9px;font-weight:600;padding:2px 8px;letter-spacing:.5px;text-transform:uppercase;z-index:2}
.miniCard_imgBox{overflow:hidden;aspect-ratio:1/1;background:#f5f5f5}
.miniCard_img{width:100%;height:100%;object-fit:cover;transition:transform .3s}
.miniCard_wrap:hover .miniCard_img{transform:scale(1.04)}
.miniCard_body{padding:12px 14px 16px;flex:1;display:flex;flex-direction:column}
.prodCard_name{font-family:'Poppins',sans-serif;font-size:13px;font-weight:600;color:#212121;margin-bottom:4px}
.prodCard_specs{font-family:'Roboto',sans-serif;font-size:11px;color:#999;font-weight:300;margin-bottom:8px;line-height:1.4}
.miniCard_priceRow{display:flex;align-items:baseline;gap:6px;margin-bottom:4px}
.prodCard_priceRow{display:flex;align-items:baseline;gap:10px;margin-bottom:6px}
.prodCard_price{font-family:'Poppins',sans-serif;font-size:17px;font-weight:700;color:#212121}
.prodCard_oldprice{font-family:'Poppins',sans-serif;font-size:12px;color:#bbb;text-decoration:line-through;font-weight:400}
.prodCard_stock{font-family:'Roboto',sans-serif;font-size:11px;color:#759692;font-weight:400;margin-bottom:10px}
.prodCard_stock.outOfStock{color:#c0392b}
.prodCard_cartBtn{border:2px solid #759692;background:#759692;color:#fff;padding:9px 12px;font-family:'Poppins',sans-serif;font-size:10px;font-weight:600;letter-spacing:.3px;cursor:pointer;transition:background .15s;width:100%}
.prodCard_cartBtn:hover{background:#536669;border-color:#536669}
.miniCard_cartBtn{margin-top:auto;border:2px solid #759692;background:transparent;color:#759692;padding:8px 10px;font-family:'Poppins',sans-serif;font-size:10px;font-weight:600;cursor:pointer;transition:background .15s,color .15s;width:100%}
.miniCard_cartBtn:hover{background:#759692;color:#fff}

#garantieBlock{background:#eaf2f4;padding:55px 30px 60px}
.garantie_section{max-width:1200px;margin:0 auto}
.garantie_sub{font-family:'Roboto',sans-serif;font-size:13px;color:#759692;font-weight:300;text-align:center;margin-bottom:34px}
#garantieBlock .hiw_heading{color:#212121;margin-bottom:10px}
#garantieBlock .hiw_iconCircle{background:#fff}
#garantieBlock .hiw_cardText_light{color:#555}

#lieferungBlock{max-width:1200px;margin:0 auto;padding:50px 30px}

#ctaBannerWrap{background:#536669;padding:40px 30px;text-align:center}
.ctaBanner_inner{max-width:600px;margin:0 auto}
.ctaBanner_heading{font-family:'Quando',serif;font-size:1.4rem;font-weight:400;color:#fff;margin-bottom:10px}
.ctaBanner_txt{font-family:'Roboto',sans-serif;font-size:14px;color:rgba(255,255,255,.75);font-weight:300;line-height:1.7;margin-bottom:14px}
.ctaBanner_phone{font-family:'Poppins',sans-serif;font-size:22px;font-weight:700;color:#fff;letter-spacing:1px}

#materialBlock{max-width:1200px;margin:0 auto;padding:50px 30px 48px}

#infoCardsBlock{max-width:1200px;margin:0 auto;padding:10px 30px 45px}
.infoCards_heading{font-family:'Quando',serif;font-size:1.4rem;font-weight:400;color:#212121;margin-bottom:28px}
.infoCards_grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.infoCard_item{display:block;transition:box-shadow .2s;border:1px solid #eee}
.infoCard_item:hover{box-shadow:0 4px 16px rgba(0,0,0,.06);opacity:1}
.infoCard_imgBox{overflow:hidden;aspect-ratio:4/3;background:#f5f5f5}
.infoCard_imgBox img{width:100%;height:100%;object-fit:cover;transition:transform .3s}
.infoCard_item:hover .infoCard_imgBox img{transform:scale(1.03)}
.infoCard_title{font-family:'Poppins',sans-serif;font-size:13px;font-weight:600;color:#212121;padding:12px 14px 3px}
.infoCard_desc{font-family:'Roboto',sans-serif;font-size:12px;color:#888;font-weight:300;padding:0 14px 14px;line-height:1.5}

#faqBlock{max-width:1200px;margin:0 auto;padding:0 30px 50px}
.faq_blockInner{max-width:800px;margin:0 auto}
.faq_spacer{height:24px}
.faq_item{border-bottom:1px solid #eee}
.faq_q{display:flex;justify-content:space-between;align-items:center;padding:16px 0;cursor:pointer;gap:12px}
.faq_q span:first-child{font-family:'Roboto',sans-serif;font-size:15px;font-weight:500;color:#212121}
.faq_arrow{font-size:22px;color:#999;transition:transform .2s;flex-shrink:0}
.faq_item.open .faq_arrow{transform:rotate(180deg)}
.faq_a{max-height:0;overflow:hidden;transition:max-height .3s ease}
.faq_item.open .faq_a{max-height:300px}
.faq_a p{font-family:'Roboto',sans-serif;font-size:14px;font-weight:300;color:#666;line-height:1.8;padding:0 0 16px}

#bestellungBlock{max-width:1200px;margin:0 auto;padding:50px 30px 55px}
.bestell_headRow{text-align:center;margin-bottom:28px}
.bestell_heading{font-family:'Quando',serif;font-size:1.5rem;font-weight:400;color:#212121;margin-bottom:6px}
.bestell_sub{font-family:'Roboto',sans-serif;font-size:13px;color:#999;font-weight:300;max-width:560px;margin:0 auto}
.bestell_layout{display:flex;gap:40px;align-items:flex-start}
.bestell_formCol{flex:3;min-width:0}
.bestell_summCol{flex:2;min-width:280px;position:sticky;top:80px}
.formRow_duo{display:flex;gap:15px}
.formRow_duo .fld_wrap{flex:1}
.fld_wrap{margin-bottom:13px}
.fld_label{display:block;font-family:'Poppins',sans-serif;font-size:10px;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:#536669;margin-bottom:4px}
.fld_input{width:100%;border:1px solid #ddd;padding:10px 12px;font-family:'Roboto',sans-serif;font-size:14px;color:#212121;background:#fff;outline:none;transition:border-color .15s}
.fld_input:focus{border-color:#3b8a94}
.fld_input.fld_invalid{border-color:#c0392b}
.fld_textarea{width:100%;border:1px solid #ddd;padding:10px 12px;font-family:'Roboto',sans-serif;font-size:14px;color:#212121;background:#fff;outline:none;resize:vertical;transition:border-color .15s}
.fld_textarea:focus{border-color:#3b8a94}
.fld_error{display:block;font-family:'Roboto',sans-serif;font-size:11px;color:#c0392b;font-weight:400;min-height:15px;margin-top:2px}
.payBlock{margin:18px 0 14px;padding:18px;border:1px solid #eee;background:#fafafa}
.payBlock_title{font-family:'Poppins',sans-serif;font-size:11px;font-weight:600;letter-spacing:1.5px;color:#536669;margin-bottom:10px}
.payOpt{display:flex;flex-wrap:wrap;align-items:flex-start;gap:8px;padding:9px 0;border-bottom:1px solid #eee;cursor:pointer}
.payOpt:last-child{border-bottom:none}
.payOpt input[type="radio"]{margin-top:3px;accent-color:#536669}
.payOpt_name{font-family:'Roboto',sans-serif;font-size:14px;font-weight:500;color:#212121;flex:1;min-width:150px}
.payOpt_hint{width:100%;font-family:'Roboto',sans-serif;font-size:11px;color:#999;font-weight:300;padding-left:22px;margin-top:-2px}
.gdpr_notice{font-family:'Roboto',sans-serif;font-size:11px;color:#999;font-weight:300;margin-bottom:14px;line-height:1.5}
.gdpr_notice a{color:#3b8a94;text-decoration:underline}
.bestell_submitBtn{width:100%;background:#759692;color:#fff;border:2px solid #759692;padding:13px 28px;font-family:'Poppins',sans-serif;font-size:13px;font-weight:600;letter-spacing:1px;cursor:pointer;transition:background .2s}
.bestell_submitBtn:hover{background:#536669;border-color:#536669}
.bestell_submitBtn:disabled{opacity:.6;cursor:not-allowed}
.summBox{border:1px solid #eee;padding:22px;background:#fafafa}
.summBox_title{font-family:'Poppins',sans-serif;font-size:11px;font-weight:600;letter-spacing:1.5px;color:#536669;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid #ddd}
.summBox_empty{font-family:'Roboto',sans-serif;font-size:12px;color:#bbb;font-weight:300;padding:8px 0}
.summItem_row{display:flex;justify-content:space-between;padding:7px 0;border-bottom:1px solid #f0f0f0}
.summItem_name{font-family:'Roboto',sans-serif;font-size:13px;font-weight:400;color:#555}
.summItem_total{font-family:'Poppins',sans-serif;font-size:13px;font-weight:700;color:#212121}
.summBox_totalRow{display:flex;justify-content:space-between;padding:12px 0 8px;font-family:'Poppins',sans-serif;font-size:14px;font-weight:700}
.summBox_totalVal{font-size:17px;color:#212121}
.summBox_hint{font-family:'Roboto',sans-serif;font-size:11px;color:#aaa;font-weight:300;margin-top:4px}

.prodModal_overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.55);z-index:10000;display:none;align-items:center;justify-content:center;padding:20px}
.prodModal_overlay.open{display:flex}
.prodModal_box{background:#fff;max-width:860px;width:100%;max-height:90vh;overflow-y:auto;position:relative}
.prodModal_closeBtn{position:absolute;top:12px;right:16px;cursor:pointer;color:#212121;z-index:2}
.prodModal_closeBtn .material-symbols-outlined{font-size:26px}
.prodModal_layout{display:flex}
.prodModal_imgSide{flex:1;position:relative;background:#f5f5f5;min-height:300px}
.prodModal_img{width:100%;height:100%;object-fit:cover}
.prodModal_imgSide .prodCard_badge{top:15px;left:15px}
.prodModal_infoSide{flex:1;padding:32px 28px 28px;display:flex;flex-direction:column}
.prodModal_name{font-family:'Poppins',sans-serif;font-size:1.1rem;font-weight:600;color:#212121;margin-bottom:8px}
.prodModal_specs{font-family:'Roboto',sans-serif;font-size:12px;color:#999;font-weight:300;margin-bottom:10px;line-height:1.5}
.prodModal_desc{font-family:'Roboto',sans-serif;font-size:14px;color:#555;line-height:1.7;margin-bottom:10px;font-weight:300}
.prodModal_stock{font-family:'Roboto',sans-serif;font-size:12px;color:#759692;font-weight:400;margin-bottom:14px}
.prodModal_stock.outOfStock{color:#c0392b}
.prodModal_priceRow{display:flex;align-items:baseline;gap:12px;margin-bottom:16px}
.prodModal_qtyRow{display:flex;align-items:center;gap:10px;margin-bottom:18px}
.modalQty_sel{width:70px;padding:6px 8px}
.prodModal_addBtn{width:100%;margin-top:auto;background:#759692;color:#fff;border:2px solid #759692;padding:12px 20px;font-family:'Poppins',sans-serif;font-size:12px;font-weight:600;letter-spacing:1px;cursor:pointer;transition:background .2s}
.prodModal_addBtn:hover{background:#536669;border-color:#536669}

.cartPanel_overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.4);z-index:10001;display:none}
.cartPanel_overlay.open{display:block}
.cartPanel_box{position:absolute;right:0;top:0;bottom:0;width:380px;max-width:100vw;background:#fff;display:flex;flex-direction:column;box-shadow:-4px 0 20px rgba(0,0,0,.1)}
.cartPanel_hdr{display:flex;justify-content:space-between;align-items:center;padding:18px 22px;border-bottom:1px solid #eee}
.cartPanel_title{font-family:'Poppins',sans-serif;font-size:14px;font-weight:600;letter-spacing:2px}
.cartPanel_closeBtn{cursor:pointer;color:#212121}
.cartPanel_closeBtn .material-symbols-outlined{font-size:24px}
.cartPanel_items{flex:1;overflow-y:auto;padding:14px 22px}
.cartPanel_empty{font-family:'Roboto',sans-serif;font-size:13px;color:#999;text-align:center;padding:40px 0;font-weight:300}
.cartItem_row{display:flex;justify-content:space-between;align-items:center;padding:11px 0;border-bottom:1px solid #f0f0f0}
.cartItem_name{font-family:'Roboto',sans-serif;font-size:13px;font-weight:500;color:#212121;margin-bottom:2px}
.cartItem_price{font-family:'Roboto',sans-serif;font-size:12px;color:#999;font-weight:300}
.cartItem_controls{display:flex;align-items:center;gap:5px}
.cartItem_qtyBtn{width:26px;height:26px;border:1px solid #ddd;background:transparent;cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center;font-family:'Poppins',sans-serif;color:#212121}
.cartItem_qtyBtn:hover{background:#eaf2f4}
.cartItem_qty{font-family:'Poppins',sans-serif;font-size:13px;font-weight:600;min-width:20px;text-align:center}
.cartItem_removeBtn{border:none;background:transparent;cursor:pointer;color:#bbb;display:flex;align-items:center;margin-left:3px}
.cartItem_removeBtn .material-symbols-outlined{font-size:18px}
.cartItem_removeBtn:hover{color:#c0392b}
.cartPanel_ftr{padding:18px 22px;border-top:1px solid #eee}
.cartPanel_totalRow{display:flex;justify-content:space-between;font-family:'Poppins',sans-serif;font-size:14px;font-weight:600;margin-bottom:14px}
.cartPanel_totalVal{font-size:16px}
.cartPanel_checkBtn{display:block;width:100%;text-align:center;background:#759692;color:#fff;font-family:'Poppins',sans-serif;font-size:12px;font-weight:600;letter-spacing:1px;padding:12px 20px;border:2px solid #759692;transition:background .2s}
.cartPanel_checkBtn:hover{background:#536669;border-color:#536669;opacity:1}

.cartNotif_bar{position:fixed;bottom:-60px;left:50%;transform:translateX(-50%);background:#536669;color:#fff;padding:12px 24px;font-family:'Roboto',sans-serif;font-size:13px;font-weight:500;display:flex;align-items:center;gap:8px;z-index:10002;transition:bottom .3s;white-space:nowrap}
.cartNotif_bar .material-symbols-outlined{font-size:18px;color:#eaf2f4}
.cartNotif_bar.show{bottom:30px}

.thankYou_overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.55);z-index:100000;display:none;align-items:center;justify-content:center;padding:20px}
.thankYou_overlay.open{display:flex}
.thankYou_box{background:#fff;max-width:440px;width:100%;padding:40px 35px;text-align:center;position:relative}
.thankYou_closeBtn{position:absolute;top:10px;right:14px;cursor:pointer;color:#999}
.thankYou_closeBtn .material-symbols-outlined{font-size:22px}
.thankYou_icon .material-symbols-outlined{font-size:48px;color:#759692}
.thankYou_title{font-family:'Quando',serif;font-size:20px;font-weight:400;color:#212121;margin:12px 0 8px}
.thankYou_text{font-family:'Roboto',sans-serif;font-size:14px;color:#666;font-weight:300;line-height:1.7;margin-bottom:6px}
.thankYou_phone{font-family:'Poppins',sans-serif;font-size:16px;font-weight:600;color:#536669;margin-bottom:22px}
.thankYou_btn{background:#759692;color:#fff;border:2px solid #759692;padding:11px 32px;font-family:'Poppins',sans-serif;font-size:12px;font-weight:600;letter-spacing:1px;cursor:pointer;transition:background .2s}
.thankYou_btn:hover{background:#536669;border-color:#536669}

#footerMain{background:#536669;padding:36px 30px 22px;color:#fff}
.ftr_inner{max-width:1200px;margin:0 auto}
.ftr_columns{display:flex;gap:40px;flex-wrap:wrap;margin-bottom:18px}
.ftr_col{display:flex;flex-direction:column;gap:5px;min-width:120px}
.ftr_col a{font-family:'Roboto',sans-serif;font-size:13px;color:rgba(255,255,255,.6);font-weight:300}
.ftr_col a:hover{color:#fff;opacity:1}
.ftr_col_brand{min-width:200px}
.ftr_colTitle{font-family:'Poppins',sans-serif;font-size:10px;font-weight:600;letter-spacing:1px;color:#eaf2f4;margin-bottom:4px;text-transform:uppercase}
.ftr_logoName{font-family:'Quando',serif;font-size:20px;font-weight:400;letter-spacing:2px;margin-bottom:6px;color:#fff}
.ftr_addr,.ftr_phone,.ftr_email{font-family:'Roboto',sans-serif;font-size:12px;color:rgba(255,255,255,.6);font-weight:300;line-height:1.7}
.ftr_legal{border-top:1px solid rgba(255,255,255,.12);padding:14px 0 6px}
.ftr_legal span{font-family:'Roboto',sans-serif;font-size:11px;color:rgba(255,255,255,.4);font-weight:300;line-height:1.6}
.ftr_copy{font-family:'Roboto',sans-serif;font-size:10px;color:rgba(255,255,255,.3);text-align:center}

.ckConsent_wrap{position:fixed;bottom:20px;left:20px;z-index:99999;opacity:0;pointer-events:none;transform:translateY(30px);transition:opacity .35s,transform .35s}
.ckConsent_wrap.visible{opacity:1;pointer-events:auto;transform:translateY(0)}
.ckConsent_card{width:360px;max-width:calc(100vw - 40px);background:#fff;box-shadow:0 12px 48px rgba(0,0,0,.15);border-radius:14px;padding:24px 22px 20px;border:1px solid #eee}
.ckConsent_top{display:flex;align-items:center;gap:8px;margin-bottom:10px}
.ckConsent_icon{font-size:22px;color:#759692}
.ckConsent_title{font-family:'Poppins',sans-serif;font-size:16px;font-weight:600;color:#212121}
.ckConsent_desc{font-family:'Roboto',sans-serif;font-size:12px;color:#888;font-weight:300;line-height:1.55;margin-bottom:16px}
.ckConsent_desc a{color:#3b8a94;text-decoration:underline}
.ckConsent_toggles{margin-bottom:18px}
.ckConsent_row{display:flex;align-items:center;justify-content:space-between;padding:6px 0}
.ckConsent_rowName{font-family:'Poppins',sans-serif;font-size:13px;font-weight:500;color:#212121}
.ckSwitch{position:relative;display:inline-block;width:38px;height:20px;cursor:pointer;flex-shrink:0}
.ckSwitch input{opacity:0;width:0;height:0}
.ckSwitch_track{position:absolute;top:0;left:0;right:0;bottom:0;background:#d5d5d5;border-radius:10px;transition:background .25s}
.ckSwitch_track:before{content:"";position:absolute;height:14px;width:14px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:transform .25s}
.ckSwitch input:checked+.ckSwitch_track{background:#759692}
.ckSwitch input:checked+.ckSwitch_track:before{transform:translateX(18px)}
.ckSwitch_locked{background:#536669!important;cursor:not-allowed}
.ckSwitch_locked:before{transform:translateX(18px)}
.ckConsent_btns{display:flex;flex-direction:column;gap:7px}
.ckConsent_btnAll{width:100%;padding:10px;background:#759692;color:#fff;border:none;border-radius:8px;font-family:'Poppins',sans-serif;font-size:12px;font-weight:600;cursor:pointer;transition:background .2s}
.ckConsent_btnAll:hover{background:#536669}
.ckConsent_btnSave{width:100%;padding:10px;background:#fff;color:#536669;border:1.5px solid #536669;border-radius:8px;font-family:'Poppins',sans-serif;font-size:12px;font-weight:600;cursor:pointer;transition:background .15s}
.ckConsent_btnSave:hover{background:#eaf2f4}
.ckConsent_btnMin{width:100%;padding:8px;background:transparent;color:#999;border:none;font-family:'Roboto',sans-serif;font-size:11px;font-weight:400;cursor:pointer}
.ckConsent_btnMin:hover{color:#536669}

@media(max-width:1024px){
.miniGrid_wrap{grid-template-columns:repeat(3,1fr)}
.infoCards_grid{grid-template-columns:repeat(2,1fr)}
.bestell_layout{flex-direction:column}
.bestell_summCol{position:static;width:100%}
}
@media(max-width:767px){
#hdrDesktop{display:none}
#hdrMobile{display:block}
.hero_overlayContent{left:15px;bottom:20px;right:15px;max-width:none;padding:22px 25px}
.hero_h1{font-size:1.45rem}
.hero_imgContainer{max-height:440px}
.introSplit_inner{flex-direction:column;gap:28px}
.intro_heading{font-size:1.35rem}
.hiw_grid{grid-template-columns:1fr;gap:24px}
.hiw_card{text-align:left;display:flex;gap:16px;align-items:flex-start;padding:0}
.hiw_iconCircle{width:56px;height:56px;flex-shrink:0;margin:0}
.hiw_iconCircle .material-symbols-outlined{font-size:26px}
.feat_layout{flex-direction:column}
.feat_imgSide{min-height:220px;max-height:280px}
.feat_infoSide{padding:20px}
.miniGrid_wrap{grid-template-columns:repeat(2,1fr);gap:12px}
.prodModal_layout{flex-direction:column}
.prodModal_imgSide{min-height:220px;max-height:280px}
.prodModal_infoSide{padding:20px}
.cartPanel_box{width:100%}
.infoCards_grid{grid-template-columns:repeat(2,1fr)}
.formRow_duo{flex-direction:column;gap:0}
.ftr_columns{flex-direction:column;gap:18px}
.testi_text{font-size:14px}
.faq_q span:first-child{font-size:14px}
.stickyCart_wrap{bottom:20px;right:18px;width:48px;height:48px}
.ckConsent_card{width:auto}
}
@media(max-width:640px){
#introSplit{padding:35px 15px}
#howItWorks{padding:30px 15px 40px}
#katalogBlock{padding:35px 15px 30px}
#bestellungBlock{padding:35px 15px 45px}
#infoCardsBlock{padding:10px 15px 35px}
#garantieBlock{padding:38px 15px 42px}
#lieferungBlock{padding:35px 15px}
#materialBlock{padding:35px 15px}
#faqBlock{padding:0 15px 35px}
.hero_bgImg{min-height:280px}
.hero_h1{font-size:1.25rem}
.miniGrid_wrap{grid-template-columns:repeat(2,1fr);gap:10px}
.infoCards_grid{grid-template-columns:1fr}
.waveDivider_down svg,.waveDivider_up svg{height:50px}
}
/* ======= SHARED SUBPAGE ======= */
.sp_crumb{font-family:'Roboto',sans-serif;font-size:12px;color:rgba(255,255,255,.55);font-weight:300;margin-bottom:12px}
.sp_crumb a{color:rgba(255,255,255,.7)}
.sp_crumb a:hover{color:#fff;opacity:1}
.sp_h2{font-family:'Quando',serif;font-size:1.55rem;font-weight:400;color:#212121;margin-bottom:16px;line-height:1.3}
.sp_h2_light{color:#fff}
.sp_prose{font-family:'Roboto',sans-serif;font-size:15px;color:#555;font-weight:300;line-height:1.85;margin-bottom:10px}
.sp_prose_light{font-family:'Roboto',sans-serif;font-size:14px;color:rgba(255,255,255,.75);font-weight:300;line-height:1.8;margin-bottom:10px}
.sp_small{font-size:12px}
.sp_tableWrap{overflow-x:auto}
.sp_table{width:100%;border-collapse:collapse}
.sp_table thead{background:rgba(255,255,255,.08)}
.sp_table th{padding:11px 16px;text-align:left;font-family:'Poppins',sans-serif;font-size:10px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:rgba(255,255,255,.65);border-bottom:1px solid rgba(255,255,255,.12)}
.sp_table td{padding:10px 16px;font-family:'Roboto',sans-serif;font-size:13px;color:rgba(255,255,255,.8);font-weight:300;border-bottom:1px solid rgba(255,255,255,.06)}
.sp_table tr:hover td{background:rgba(255,255,255,.03)}

/* ======= MODUL-SYSTEM: sidebar docs layout ======= */
.sp_heroBand{padding:46px 30px 40px}
.sp_heroBand_modul{background:linear-gradient(135deg,#536669 0%,#3b8a94 100%)}
.sp_heroInner{max-width:1200px;margin:0 auto}
.sp_heroH1{font-family:'Quando',serif;font-size:2.1rem;font-weight:400;color:#fff;margin-bottom:8px}
.sp_heroLead{font-family:'Roboto',sans-serif;font-size:15px;color:rgba(255,255,255,.7);font-weight:300;max-width:540px}

.sp_sidebarLayout{max-width:1200px;margin:0 auto;display:flex;gap:0;padding:0 30px}
.sp_sidebar{width:220px;flex-shrink:0;padding:32px 0}
.sp_sidebarInner{position:sticky;top:80px}
.sp_sidebarTitle{font-family:'Poppins',sans-serif;font-size:10px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:#999;margin-bottom:14px}
.sp_sidebarLink{display:block;font-family:'Roboto',sans-serif;font-size:13px;color:#759692;font-weight:400;padding:7px 0;border-left:3px solid transparent;padding-left:14px;transition:border-color .15s}
.sp_sidebarLink:hover{border-left-color:#3b8a94;color:#3b8a94;opacity:1}
.sp_mainContent{flex:1;min-width:0;border-left:1px solid #eee;padding:0 0 0 40px}

.sp_articleBlock{padding:42px 0;border-bottom:1px solid #eee}
.sp_articleBlock:last-child{border-bottom:none}
.sp_articleBlock_dark{background:#536669;margin:0 -40px;padding:42px 40px;border-bottom:none}
.sp_articleImgWide{margin-bottom:28px;overflow:hidden;max-height:380px}
.sp_articleImgWide img{width:100%;object-fit:cover}

.sp_iconBar{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:8px}
.sp_iconBarItem{padding:20px 16px;border:1px solid #eee;text-align:center;background:#fafafa}
.sp_iconBarIco{font-size:32px;color:#759692;margin-bottom:10px}
.sp_iconBarLabel{font-family:'Poppins',sans-serif;font-size:12px;font-weight:600;color:#212121;margin-bottom:6px}
.sp_iconBarDesc{font-family:'Roboto',sans-serif;font-size:12px;color:#888;font-weight:300;line-height:1.55}

.sp_accentBlock{border-left:4px solid #3b8a94;padding-left:22px;margin:16px 0}
.sp_calloutBox{background:#eaf2f4;padding:20px 24px;margin-top:20px}
.sp_calloutLabel{font-family:'Poppins',sans-serif;font-size:10px;font-weight:600;letter-spacing:1.5px;color:#759692;text-transform:uppercase;margin-bottom:8px}

/* ======= INDIVIDUELLE-MASSE: zigzag rows ======= */
.zz_heroFull{position:relative;max-height:400px;overflow:hidden}
.zz_heroImg{width:100%;object-fit:cover;min-height:280px;display:block}
.zz_heroOverlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(83,102,105,.92));padding:40px 40px 36px}
.zz_heroH1{font-family:'Quando',serif;font-size:2rem;font-weight:400;color:#fff;margin-bottom:6px}
.zz_heroLead{font-family:'Roboto',sans-serif;font-size:15px;color:rgba(255,255,255,.8);font-weight:300}

.zz_row{padding:48px 30px}
.zz_row_tint{background:#f7fafa}
.zz_row_dark{background:#536669;padding:48px 30px 52px}
.zz_rowInner{max-width:1100px;margin:0 auto}
.zz_textSide{flex:1}
.zz_numberSide{display:flex;flex-direction:column;gap:28px;align-items:center;min-width:180px;padding:20px 0}
.zz_rowFlex{display:flex;gap:50px;align-items:flex-start}
.zz_bigNum{font-family:'Quando',serif;font-size:3.2rem;font-weight:400;color:#759692;line-height:1}
.zz_bigUnit{font-size:1.2rem;color:#999;margin-left:2px}
.zz_bigCaption{font-family:'Roboto',sans-serif;font-size:11px;color:#999;font-weight:300;text-align:center;margin-top:-4px}

.zz_stepCircleRow{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.zz_stepCircle{text-align:center;padding:0 8px}
.zz_circleNum{width:56px;height:56px;border-radius:50%;background:#759692;color:#fff;font-family:'Quando',serif;font-size:22px;display:flex;align-items:center;justify-content:center;margin:0 auto 14px}
.zz_circleTitle{font-family:'Poppins',sans-serif;font-size:13px;font-weight:600;color:#212121;margin-bottom:8px}
.zz_circleDesc{font-family:'Roboto',sans-serif;font-size:12px;color:#666;font-weight:300;line-height:1.6}

.zz_twoCol{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.zz_colGreen{padding:28px;border:2px solid #759692;background:#f7fcfb}
.zz_colRed{padding:28px;border:2px solid #c0392b;background:#fdf8f7}
.zz_colHead{font-family:'Poppins',sans-serif;font-size:14px;font-weight:600;color:#212121;margin-bottom:12px;display:flex;align-items:center;gap:8px}
.zz_colGreen .zz_colHead .material-symbols-outlined{color:#759692}
.zz_colRed .zz_colHead .material-symbols-outlined{color:#c0392b}

/* ======= MASTER-CLASS: magazine editorial ======= */
.mg_heroNarrow{background:#536669;padding:52px 30px 46px}
.mg_heroInner{max-width:740px;margin:0 auto}
.mg_heroLabel{font-family:'Poppins',sans-serif;font-size:10px;font-weight:600;letter-spacing:3px;color:#eaf2f4;text-transform:uppercase;margin-bottom:14px}
.mg_heroH1{font-family:'Quando',serif;font-size:2.2rem;font-weight:400;color:#fff;line-height:1.25;margin-bottom:12px}
.mg_heroSub{font-family:'Roboto',sans-serif;font-size:15px;color:rgba(255,255,255,.7);font-weight:300}

.mg_article{padding:0 30px 50px}
.mg_articleInner{max-width:740px;margin:0 auto}
.mg_imgWide{margin:40px 0 36px;overflow:hidden;max-height:400px}
.mg_imgWide img{width:100%;object-fit:cover}

.mg_introBlock{margin-bottom:44px}
.mg_lead{font-family:'Quando',serif;font-size:1.15rem;font-weight:400;color:#333;line-height:1.7;margin-bottom:14px}

.mg_chapterBlock{display:flex;gap:0;margin-bottom:44px}
.mg_chapterAccent{width:4px;background:#3b8a94;flex-shrink:0;margin-right:28px;border-radius:2px}
.mg_chapterBody{flex:1}
.mg_chapterNum{font-family:'Poppins',sans-serif;font-size:10px;font-weight:600;letter-spacing:2px;color:#759692;text-transform:uppercase;margin-bottom:6px}
.mg_chapterH2{font-family:'Quando',serif;font-size:1.4rem;font-weight:400;color:#212121;margin-bottom:14px}

.mg_pullquote{border-left:4px solid #eaf2f4;padding:14px 0 14px 22px;margin:20px 0;font-family:'Quando',serif;font-size:1.05rem;font-weight:400;color:#3b8a94;line-height:1.6;font-style:italic}

.mg_errorSection{background:#536669;padding:52px 30px 56px}
.mg_errorInner{max-width:800px;margin:0 auto}
.mg_errorGrid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.mg_errorCard{padding:24px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.04)}
.mg_errorIco{font-size:26px;color:#eaf2f4;margin-bottom:10px}
.mg_errorTitle{font-family:'Poppins',sans-serif;font-size:13px;font-weight:600;color:#eaf2f4;margin-bottom:8px}

/* ======= FERTIGUNG: photo documentary ======= */
.ft_galleryHero{position:relative}
.ft_galleryGrid{display:grid;grid-template-columns:1.6fr 1fr;gap:4px}
.ft_galleryBig{overflow:hidden;max-height:420px}
.ft_galleryBig img{width:100%;height:100%;object-fit:cover}
.ft_gallerySmStack{display:flex;flex-direction:column;gap:4px}
.ft_gallerySm{overflow:hidden;flex:1}
.ft_gallerySm img{width:100%;height:100%;object-fit:cover}
.ft_galleryCaption{position:absolute;bottom:0;left:0;background:linear-gradient(transparent,rgba(0,0,0,.65));padding:40px 36px 28px;width:100%}
.ft_galleryH1{font-family:'Quando',serif;font-size:2rem;font-weight:400;color:#fff}

.ft_section{padding:50px 30px}
.ft_section_tint{background:#f7fafa}
.ft_section_dark{background:#536669;padding:50px 30px 55px}
.ft_wide{max-width:1100px;margin:0 auto}
.ft_narrow{max-width:760px;margin:0 auto}

.ft_timeline{position:relative;padding-left:38px}
.ft_timeline::before{content:'';position:absolute;left:9px;top:4px;bottom:4px;width:2px;background:#d0dbd9}
.ft_tlItem{position:relative;padding-bottom:30px}
.ft_tlItem:last-child{padding-bottom:0}
.ft_tlDot{position:absolute;left:-38px;top:3px;width:20px;height:20px;border-radius:50%;background:#759692;border:3px solid #f7fafa}
.ft_tlDay{font-family:'Poppins',sans-serif;font-size:11px;font-weight:600;color:#759692;letter-spacing:.5px;margin-bottom:3px}
.ft_tlTitle{font-family:'Poppins',sans-serif;font-size:14px;font-weight:600;color:#212121;margin-bottom:6px}
.ft_tlText{font-family:'Roboto',sans-serif;font-size:13px;color:#666;font-weight:300;line-height:1.7}

.ft_matGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.ft_matCard{border:1px solid #eee;overflow:hidden}
.ft_matHead{background:#eaf2f4;padding:14px 20px;font-family:'Poppins',sans-serif;font-size:12px;font-weight:600;color:#536669;letter-spacing:.5px}
.ft_matBody{padding:18px 20px}

/* ======= RESPONSIVE ======= */
@media(max-width:1024px){
.sp_iconBar{grid-template-columns:repeat(2,1fr)}
.zz_stepCircleRow{grid-template-columns:repeat(2,1fr);gap:20px}
.ft_matGrid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:767px){
.sp_sidebarLayout{flex-direction:column;padding:0 18px}
.sp_sidebar{width:100%;padding:20px 0 0;border-bottom:1px solid #eee}
.sp_sidebarInner{position:static;display:flex;flex-wrap:wrap;gap:4px 16px}
.sp_sidebarTitle{width:100%}
.sp_mainContent{border-left:none;padding:0}
.sp_articleBlock_dark{margin:0 -18px;padding:32px 18px}
.sp_iconBar{grid-template-columns:1fr 1fr;gap:12px}
.sp_heroBand{padding:32px 18px 28px}
.sp_heroH1{font-size:1.6rem}

.zz_heroOverlay{padding:28px 20px 24px}
.zz_heroH1{font-size:1.5rem}
.zz_rowFlex{flex-direction:column;gap:24px}
.zz_numberSide{flex-direction:row;gap:32px;min-width:auto;padding:0}
.zz_stepCircleRow{grid-template-columns:1fr 1fr;gap:18px}
.zz_twoCol{grid-template-columns:1fr;gap:16px}
.zz_row{padding:35px 18px}

.mg_heroNarrow{padding:38px 18px 34px}
.mg_heroH1{font-size:1.6rem}
.mg_article{padding:0 18px 40px}
.mg_chapterBlock{flex-direction:column;gap:0}
.mg_chapterAccent{width:100%;height:4px;margin:0 0 18px 0}
.mg_errorGrid{grid-template-columns:1fr}
.mg_errorSection{padding:38px 18px 42px}

.ft_galleryGrid{grid-template-columns:1fr}
.ft_galleryBig{max-height:280px}
.ft_gallerySmStack{flex-direction:row}
.ft_gallerySm{max-height:160px}
.ft_galleryCaption{padding:24px 18px 18px}
.ft_galleryH1{font-size:1.5rem}
.ft_timeline{padding-left:30px}
.ft_tlDot{left:-30px;width:16px;height:16px}
.ft_matGrid{grid-template-columns:1fr}
.ft_section{padding:35px 18px}
.ft_section_dark{padding:35px 18px 40px}
}
@media(max-width:640px){
.sp_heroBand{padding:26px 15px 22px}
.sp_heroH1{font-size:1.4rem}
.sp_iconBar{grid-template-columns:1fr}
.zz_heroFull{max-height:320px}
.zz_stepCircleRow{grid-template-columns:1fr}
.zz_circleNum{width:46px;height:46px;font-size:18px}
.mg_heroH1{font-size:1.35rem}
.mg_chapterH2{font-size:1.2rem}
.ft_gallerySmStack{display:none}
.ft_galleryGrid{grid-template-columns:1fr}
}
.lgl_page{max-width:760px;margin:0 auto;padding:40px 30px 55px}
.lgl_crumb{font-family:'Roboto',sans-serif;font-size:12px;color:#999;font-weight:300;margin-bottom:18px}
.lgl_crumb a{color:#759692;text-decoration:none}
.lgl_crumb a:hover{color:#3b8a94;opacity:1}
.lgl_h1{font-family:'Quando',serif;font-size:1.7rem;font-weight:400;color:#212121;margin-bottom:28px;padding-bottom:18px;border-bottom:1px solid #eee}
.lgl_h2{font-family:'Poppins',sans-serif;font-size:13px;font-weight:600;letter-spacing:1px;color:#536669;margin-top:30px;margin-bottom:10px}
.lgl_p{font-family:'Roboto',sans-serif;font-size:14px;font-weight:300;color:#555;line-height:1.85;margin-bottom:6px}
.lgl_p a{color:#3b8a94;text-decoration:underline}
@media(max-width:640px){
.lgl_page{padding:28px 15px 40px}
.lgl_h1{font-size:1.4rem;margin-bottom:22px}
}