@charset "UTF-8";

*{box-sizing:border-box;margin:0;padding:0}
html,body{
  font-family:-apple-system,BlinkMacSystemFont,'Segoe UI','Helvetica Neue',Arial,sans-serif;
  color:#1B1B1F;
  overflow-x:hidden;max-width:100vw;
  line-height:1.6;-webkit-font-smoothing:antialiased;
}
h1,h2,h3,h4,h5,h6{font-family:Georgia,'Times New Roman',serif;font-weight:400}
a{color:#1B1B1F;text-decoration:none}
a:hover{opacity:.75}
img{max-width:100%;height:auto;display:block}

#topBarWrap{
  background:#1B1B1F;color:#C8A55C;
  text-align:center;padding:9px 15px;
  font-family:'Roboto',sans-serif;font-size:13px;
  font-weight:300;letter-spacing:.4px;
  position:relative;z-index:100;
}
.topBar_inner{max-width:1440px;margin:0 auto}

#hdrMain{
  position:absolute;top:38px;left:0;right:0;
  z-index:100;width:100%;
}
.hdr_gradient{
  position:absolute;top:0;left:0;right:0;height:118px;
  background:linear-gradient(180deg,rgba(27,27,31,.6) 0%,rgba(27,27,31,0) 100%);
  pointer-events:none;z-index:1;
}
.hdr_container{max-width:1440px;margin:0 auto;padding:0 20px;position:relative;z-index:2}
.hdr_navbar{height:118px;display:flex;justify-content:space-between;align-items:center}
.hdr_desktopNav{display:flex;justify-content:space-between;align-items:center;width:100%;gap:20px}
.hdr_leftNav,.hdr_rightNav{display:flex;align-items:center;gap:40px;flex:1}
.hdr_rightNav{justify-content:flex-end}
.hdr_centerLogo{position:absolute;left:50%;transform:translateX(-50%);z-index:10}
.hdr_centerLogo img{height:28px;width:auto}
.hdr_navLink{color:#ffffff;font-size:18px;font-weight:300;text-decoration:none;white-space:nowrap;font-family:'Roboto',sans-serif}
.hdr_navLink:hover{opacity:.7}
.hdr_cartLink{color:#ffffff;font-size:22px;position:relative;display:inline-flex;align-items:center;text-decoration:none}
.hdr_cartLink:hover{opacity:.7}
.cart_badge{
  position:absolute;top:-7px;right:-10px;
  background:#C8A55C;color:#1B1B1F;
  font-family:'Roboto',sans-serif;font-size:10px;font-weight:700;
  width:18px;height:18px;border-radius:50%;
  display:none;align-items:center;justify-content:center;line-height:1;
}

.hdr_mobileNav{display:none}
.hdr_mobRight{display:flex;align-items:center;gap:18px}
.hdr_burgerBtn{display:flex;flex-direction:column;justify-content:space-around;width:24px;height:24px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1000}
.hdr_burgerBtn span{width:24px;height:2px;background:#ffffff;border-radius:1px;display:block}

.mobMenu_overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.45);z-index:9999;display:none}
.mobMenu_overlay.open{display:block}
.mobMenu_panel{position:absolute;right:0;top:0;bottom:0;width:280px;background:#1B1B1F;padding:60px 30px 30px;display:flex;flex-direction:column}
.mobMenu_close{position:absolute;top:18px;right:24px;font-size:28px;cursor:pointer;color:#C8A55C;z-index:10000}
.mobMenu_links{display:flex;flex-direction:column;gap:18px}
.mobMenu_links a{font-family:'Roboto',sans-serif;font-size:18px;font-weight:300;color:#F5F5F5;text-decoration:none}
.mobMenu_links a:hover{color:#C8A55C}

#heroBlock{position:relative;width:100%;min-height:100vh;overflow:hidden}
.hero_slide{position:relative;width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center}
.hero_bgImg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}
.hero_contentWrap{position:relative;z-index:2;text-align:center;padding:0 20px;max-width:700px}
.hero_logoLarge{font-family:'Tenor Sans',serif;font-size:72px;font-weight:400;color:#ffffff;letter-spacing:8px;line-height:1.1;margin-bottom:22px;text-transform:uppercase}
.hero_title{font-family:Georgia,'Times New Roman',serif;font-size:1.35rem;font-weight:400;color:#F5F5F5;margin-bottom:35px;letter-spacing:1px;line-height:1.5}
.hero_btns{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}
.hero_btn{font-family:'Roboto',sans-serif;font-size:15px;font-weight:400;letter-spacing:1px;padding:14px 36px;text-decoration:none;transition:background .2s,color .2s;display:inline-block}
.hero_btnOutline{border:1px solid #ffffff;color:#ffffff;background:transparent}
.hero_btnOutline:hover{background:#ffffff;color:#1B1B1F;opacity:1}
.hero_btnFilled{border:1px solid #C8A55C;background:#C8A55C;color:#1B1B1F}
.hero_btnFilled:hover{background:#b89448;border-color:#b89448;opacity:1}

#introBlock{padding:68px 20px 72px;text-align:center}
.container_main{max-width:1440px;margin:0 auto;padding:0 20px}
.intro_text{max-width:720px;margin:0 auto;font-family:Georgia,'Times New Roman',serif;font-size:1.19rem;font-weight:400;color:#1B1B1F;line-height:1.8;text-align:center}

#produkteWrap{padding:73px 20px 48px}
.prod_headRow{text-align:center;margin-bottom:30px}
.prod_title{font-family:Georgia,'Times New Roman',serif;font-size:2em;font-weight:400;color:#1B1B1F;margin-bottom:10px}
.prod_sub{font-family:'Roboto',sans-serif;font-size:14px;color:#7E7E82;font-weight:300;letter-spacing:.5px}

.catBar_row{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;padding:0 0 30px}
.catBar_btn{border:1px solid #1B1B1F;background:transparent;padding:9px 22px;font-family:'Roboto',sans-serif;font-size:13px;font-weight:400;letter-spacing:.5px;color:#1B1B1F;cursor:pointer;transition:background .15s,color .15s}
.catBar_btn:hover{background:#1B1B1F;color:#fff}
.catBar_btn.active{background:#1B1B1F;color:#fff}

.prodGrid_wrap{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}

.prodCard_wrap{
  position:relative;overflow:hidden;cursor:pointer;
  height:420px;background:#f0ede8;
}
.prodCard_imgBox{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}
.prodCard_img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.prodCard_wrap:hover .prodCard_img{transform:scale(1.05)}
.prodCard_badge{
  position:absolute;top:16px;right:16px;
  background:#C8A55C;color:#1B1B1F;
  font-family:'Roboto',sans-serif;font-size:11px;font-weight:500;
  padding:4px 12px;letter-spacing:1px;text-transform:uppercase;z-index:3;
}
.prodCard_overlay{
  position:absolute;bottom:0;left:0;right:0;z-index:2;
  background:linear-gradient(0deg,rgba(27,27,31,.92) 0%,rgba(27,27,31,.7) 60%,transparent 100%);
  padding:80px 22px 22px;
  transition:padding .3s;
}
.prodCard_wrap:hover .prodCard_overlay{padding-top:50px}
.prodCard_overlayInner{}
.prodCard_name{font-family:Georgia,'Times New Roman',serif;font-size:1rem;font-weight:400;color:#ffffff;margin-bottom:4px}
.prodCard_specs{font-family:'Roboto',sans-serif;font-size:11px;color:rgba(255,255,255,.55);font-weight:300;margin-bottom:8px;line-height:1.4}
.prodCard_priceRow{display:flex;align-items:baseline;gap:10px;margin-bottom:4px}
.prodCard_price{font-family:'Roboto',sans-serif;font-size:20px;font-weight:500;color:#C8A55C}
.prodCard_oldprice{font-family:'Roboto',sans-serif;font-size:14px;color:rgba(255,255,255,.4);text-decoration:line-through;font-weight:300}
.prodCard_stock{font-family:'Roboto',sans-serif;font-size:11px;color:#C8A55C;font-weight:400;margin-bottom:10px}
.prodCard_stock.outOfStock{color:#e05555}
.prodCard_cartBtn{
  border:1px solid #C8A55C;background:transparent;color:#C8A55C;
  padding:9px 18px;font-family:'Roboto',sans-serif;font-size:12px;
  font-weight:400;letter-spacing:.5px;cursor:pointer;
  transition:background .15s,color .15s;width:100%;
  display:flex;align-items:center;justify-content:center;gap:6px;
}
.prodCard_cartBtn:hover{background:#C8A55C;color:#1B1B1F}
.prodCard_cartBtn i{font-size:14px}

.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_close{position:absolute;top:15px;right:20px;font-size:26px;cursor:pointer;color:#1B1B1F;z-index:2}
.prodModal_content{display:flex;gap:0}
.prodModal_imgWrap{flex:1;position:relative;background:#f0ede8;min-height:300px}
.prodModal_img{width:100%;height:100%;object-fit:cover}
.prodModal_imgWrap .prodCard_badge{top:15px;right:15px;left:auto}
.prodModal_info{flex:1;padding:35px 30px 30px;display:flex;flex-direction:column}
.prodModal_name{font-family:Georgia,'Times New Roman',serif;font-size:22px;font-weight:400;color:#1B1B1F;margin-bottom:10px}
.prodModal_specs{font-family:'Roboto',sans-serif;font-size:13px;color:#7E7E82;font-weight:300;margin-bottom:12px;line-height:1.6}
.prodModal_desc{font-family:'Roboto',sans-serif;font-size:14px;color:#555;line-height:1.7;margin-bottom:12px;font-weight:300}
.prodModal_stock{font-family:'Roboto',sans-serif;font-size:13px;color:#7a6d3e;font-weight:400;margin-bottom:15px}
.prodModal_stock.outOfStock{color:#e05555}
.prodModal_priceRow{display:flex;align-items:baseline;gap:12px;margin-bottom:18px}
.prodModal_qtyRow{display:flex;align-items:center;gap:10px;margin-bottom:20px}
.modalQty_sel{width:70px;padding:6px 8px}
.prodModal_addBtn{width:100%;margin-top:auto;border:1px solid #1B1B1F;background:#1B1B1F;color:#fff;padding:14px 28px;font-family:'Roboto',sans-serif;font-size:14px;font-weight:400;letter-spacing:.5px;cursor:pointer;transition:background .15s}
.prodModal_addBtn:hover{background:#333}

.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:20px 25px;border-bottom:1px solid #eee}
.cartPanel_title{font-family:Georgia,'Times New Roman',serif;font-size:18px;font-weight:400;color:#1B1B1F}
.cartPanel_close{font-size:24px;cursor:pointer;color:#1B1B1F}
.cartPanel_items{flex:1;overflow-y:auto;padding:15px 25px}
.cartPanel_empty{font-family:'Roboto',sans-serif;font-size:14px;color:#7E7E82;text-align:center;padding:40px 0;font-weight:300}
.cartItem_row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f0f0f0}
.cartItem_name{font-family:Georgia,'Times New Roman',serif;font-size:14px;font-weight:400;color:#1B1B1F;margin-bottom:3px}
.cartItem_price{font-family:'Roboto',sans-serif;font-size:13px;color:#7E7E82;font-weight:300}
.cartItem_controls{display:flex;align-items:center;gap:6px}
.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:'Roboto',sans-serif;color:#1B1B1F}
.cartItem_qtyBtn:hover{background:#f5f5f5}
.cartItem_qty{font-family:'Roboto',sans-serif;font-size:13px;font-weight:500;min-width:20px;text-align:center}
.cartItem_removeBtn{border:none;background:transparent;cursor:pointer;color:#bbb;display:flex;align-items:center;margin-left:4px;font-size:18px}
.cartItem_removeBtn:hover{color:#e05555}
.cartPanel_footer{padding:20px 25px;border-top:1px solid #eee}
.cartPanel_totalRow{display:flex;justify-content:space-between;font-family:'Roboto',sans-serif;font-size:16px;font-weight:500;margin-bottom:15px;color:#1B1B1F}
.cartPanel_totalVal{font-size:18px}
.cartPanel_checkBtn{display:block;width:100%;text-align:center;border:1px solid #1B1B1F;background:#1B1B1F;color:#fff;padding:14px 28px;font-family:'Roboto',sans-serif;font-size:14px;font-weight:400;letter-spacing:.5px;text-decoration:none;transition:background .15s}
.cartPanel_checkBtn:hover{background:#333;opacity:1}

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

#benefitsBlock{margin-top:27px}
.benefits_bgWrap{position:relative;min-height:400px;overflow:hidden;display:flex;align-items:flex-end;justify-content:center;padding-bottom:50px}
.benefits_bgImg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}
.benefits_heading{position:relative;z-index:2;font-family:Georgia,'Times New Roman',serif;font-size:2.25rem;font-weight:400;color:#ffffff;text-align:center}
.benefits_box{background:#1B1B1F;padding:58px 0 62px}
.benefits_container{max-width:1100px;margin:0 auto;padding:0 30px}
.benefits_grid{display:grid;grid-template-columns:1fr 1fr;gap:40px 80px}
.benefit_item{display:flex;gap:20px;align-items:flex-start;padding:15px 0}
.benefit_num{font-family:Georgia,'Times New Roman',serif;font-size:24px;font-weight:400;color:#C8A55C;min-width:40px;line-height:1;padding-top:2px}
.benefit_txtBlock{}
.benefit_title{font-family:'Roboto',sans-serif;font-size:15px;font-weight:500;color:#ffffff;margin-bottom:6px}
.benefit_desc{font-family:'Roboto',sans-serif;font-size:14px;font-weight:300;color:#7E7E82;line-height:1.7}

#kategorienGrid{display:grid;grid-template-columns:1fr 1fr;min-height:600px}
.kat_card{position:relative;overflow:hidden;min-height:300px;display:flex;align-items:center;justify-content:center}
.kat_cardImg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}
.kat_titleOverlay{position:relative;z-index:2;text-align:center;padding:20px}
.kat_largeTitle{font-family:Georgia,'Times New Roman',serif;font-size:48px;font-weight:400;color:#ffffff;text-transform:uppercase;letter-spacing:4px;line-height:1.2}
.kat_ampersand{font-family:Georgia,'Times New Roman',serif;font-size:36px;color:#C8A55C;display:block;margin:4px 0}
.kat_cardContent{position:relative;z-index:2;padding:50px 40px;max-width:480px}
.kat_contentRight{margin-left:auto;margin-right:40px}
.kat_contentLeft{margin-right:auto;margin-left:40px}
.kat_cardTitle{font-family:Georgia,'Times New Roman',serif;font-size:28px;font-weight:400;color:#ffffff;margin-bottom:16px}
.kat_cardDesc{font-family:'Roboto',sans-serif;font-size:15px;font-weight:300;color:#C8A55C;line-height:1.7;margin-bottom:24px}
.kat_cardBtn{font-family:'Roboto',sans-serif;font-size:14px;font-weight:400;letter-spacing:1px;padding:12px 28px;border:1px solid;transition:background .2s,color .2s}
.kat_cardBtn:hover{background:#C8A55C;color:#1B1B1F;opacity:1}

#fehlerBlock{padding:74px 20px 62px}
.fehler_headRow{text-align:center;margin-bottom:42px}
.fehler_title{font-family:Georgia,'Times New Roman',serif;font-size:1.85rem;font-weight:400;color:#1B1B1F;margin-bottom:10px;max-width:680px;margin-left:auto;margin-right:auto}
.fehler_sub{font-family:'Roboto',sans-serif;font-size:15px;color:#777;font-weight:300;line-height:1.6}
.fehler_grid{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:0}
.fehler_card{display:flex;gap:24px;align-items:flex-start;padding:28px 0;border-bottom:1px solid #eee}
.fehler_card:last-child{border-bottom:none}
.fehler_numWrap{flex-shrink:0}
.fehler_num{font-family:Georgia,'Times New Roman',serif;font-size:32px;font-weight:400;color:#C8A55C;line-height:1;min-width:44px;display:block}
.fehler_cardTitle{font-family:Georgia,'Times New Roman',serif;font-size:1.05rem;font-weight:400;color:#1B1B1F;margin-bottom:7px}
.fehler_cardTxt{font-family:'Roboto',sans-serif;font-size:14px;font-weight:300;color:#555;line-height:1.75}

#statsBlock{padding:67px 20px 73px}
.stats_title{font-family:Georgia,'Times New Roman',serif;font-size:14px;font-weight:400;text-transform:uppercase;letter-spacing:4px;text-align:center;margin-bottom:50px}
.stats_grid{display:flex;justify-content:center;align-items:center;gap:0;flex-wrap:wrap}
.stats_item{text-align:center;padding:20px 50px}
.stats_value{font-family:Georgia,'Times New Roman',serif;font-size:48px;font-weight:400;color:#ffffff;line-height:1.2;margin-bottom:8px}
.stats_label{font-family:'Roboto',sans-serif;font-size:14px;font-weight:300;color:#C8A55C;letter-spacing:.5px}
.stats_divider{width:1px;height:60px;background:rgba(200,165,92,.25)}

#markenBlock{padding:65px 20px 55px}
.marken_headRow{text-align:center;margin-bottom:38px}
.marken_title{font-family:Georgia,'Times New Roman',serif;font-size:2rem;font-weight:400;color:#1B1B1F;margin-bottom:10px}
.marken_sub{font-family:'Roboto',sans-serif;font-size:15px;color:#555;font-weight:300;line-height:1.7;max-width:640px;margin:0 auto}
.marken_grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;max-width:1100px;margin:0 auto}
.marken_card{border:1px solid #eee;padding:32px 28px;background:#fff}
.marken_cardIcon{font-size:28px;color:#C8A55C;margin-bottom:14px}
.marken_cardName{font-family:Georgia,'Times New Roman',serif;font-size:1.15rem;font-weight:400;color:#1B1B1F;margin-bottom:8px}
.marken_cardTxt{font-family:'Roboto',sans-serif;font-size:14px;font-weight:300;color:#666;line-height:1.7}
.marken_hinweis{max-width:1100px;margin:28px auto 0;padding:22px 28px;background:#FAF8F4;border-left:3px solid #C8A55C}
.marken_hinweisTxt{font-family:'Roboto',sans-serif;font-size:14px;font-weight:300;color:#555;line-height:1.7}

#founderBlock{padding:83px 20px 77px}
.founder_grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start;max-width:1100px;margin:0 auto}
.founder_title{font-family:Georgia,'Times New Roman',serif;font-size:2rem;font-weight:400;color:#1B1B1F;line-height:1.4;grid-column:2;grid-row:1}
.founder_imgWrap{grid-column:1;grid-row:1/3}
.founder_img{width:100%;height:auto;object-fit:cover}
.founder_content{grid-column:2;grid-row:2}
.founder_desc{font-family:'Roboto',sans-serif;font-size:15px;font-weight:300;color:#555;line-height:1.8;margin-bottom:30px}
.founder_secondImg{max-width:280px;overflow:hidden}
.founder_secondImg img{width:100%;object-fit:cover}

#versandBlock{padding:58px 20px 64px}
.versand_headRow{text-align:center;margin-bottom:35px}
.versand_title{font-family:Georgia,'Times New Roman',serif;font-size:1.9rem;font-weight:400;color:#1B1B1F;margin-bottom:8px}
.versand_sub{font-family:'Roboto',sans-serif;font-size:14px;color:#7E7E82;font-weight:300}
.versand_tableWrap{max-width:900px;margin:0 auto;overflow-x:auto}
.versand_table{width:100%;border-collapse:collapse;font-family:'Roboto',sans-serif;font-size:14px}
.versand_table thead{background:#1B1B1F;color:#fff}
.versand_table th{padding:13px 18px;text-align:left;font-size:12px;font-weight:500;letter-spacing:.5px;text-transform:uppercase}
.versand_table td{padding:12px 18px;border-bottom:1px solid #eee;color:#444;font-weight:300}
.versand_table tr:hover td{background:#faf8f4}
.versand_preis{font-weight:500;color:#1B1B1F}
.versand_note{max-width:900px;margin:24px auto 0}
.versand_noteTxt{font-family:'Roboto',sans-serif;font-size:13px;font-weight:300;color:#888;line-height:1.7}

#ablaufBlock{padding:68px 20px 72px}
.ablauf_title{font-family:Georgia,'Times New Roman',serif;font-size:2rem;font-weight:400;color:#ffffff;text-align:center;margin-bottom:8px}
.ablauf_sub{font-family:'Roboto',sans-serif;font-size:14px;color:#7E7E82;font-weight:300;text-align:center;margin-bottom:48px}
.ablauf_grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;max-width:1100px;margin:0 auto}
.ablauf_step{text-align:center;padding:0 8px}
.ablauf_stepNum{font-family:Georgia,'Times New Roman',serif;font-size:42px;font-weight:400;color:rgba(200,165,92,.3);line-height:1;margin-bottom:14px}
.ablauf_stepTitle{font-family:'Roboto',sans-serif;font-size:14px;font-weight:500;color:#ffffff;letter-spacing:.5px;text-transform:uppercase;margin-bottom:12px}
.ablauf_stepTxt{font-family:'Roboto',sans-serif;font-size:13px;font-weight:300;color:#7E7E82;line-height:1.7}

#faqBlock{padding:72px 20px 68px}
.faq_inner{max-width:760px;margin:0 auto}
.faq_title{font-family:Georgia,'Times New Roman',serif;font-size:2rem;font-weight:400;text-align:center;color:#1B1B1F;margin-bottom:35px}
.faq_item{border-bottom:1px solid #eee}
.faq_q{display:flex;justify-content:space-between;align-items:center;padding:19px 0;cursor:pointer;gap:15px}
.faq_q span:first-child{font-family:Georgia,'Times New Roman',serif;font-size:1rem;font-weight:400;color:#1B1B1F}
.faq_arrow{font-size:20px;color:#7E7E82;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:400px}
.faq_a p{font-family:'Roboto',sans-serif;font-size:14px;font-weight:300;color:#666;line-height:1.8;padding:0 0 20px}

#bestellFormWrap{position:relative;padding:57px 20px 82px;overflow:hidden}
.bestellForm_bgLayer{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0}
.bestellForm_bgImg{width:100%;height:100%;object-fit:cover;opacity:.06}
.checkout_headRow{text-align:center;margin-bottom:40px}
.checkout_title{font-family:Georgia,'Times New Roman',serif;font-size:1.9rem;font-weight:400;color:#1B1B1F;margin-bottom:8px}
.checkout_sub{font-family:'Roboto',sans-serif;font-size:14px;color:#7E7E82;font-weight:300}
.checkout_layout{display:flex;gap:40px;align-items:flex-start;max-width:1100px;margin:0 auto}
.checkout_formSide{flex:3;min-width:0}
.checkout_summSide{flex:2;min-width:280px;position:sticky;top:80px}

.formRow_2col{display:flex;gap:15px}
.formRow_2col .formField_wrap{flex:1}
.formField_wrap{margin-bottom:14px}
.formLbl{display:block;font-family:'Roboto',sans-serif;font-size:12px;font-weight:500;letter-spacing:.5px;text-transform:uppercase;color:#1B1B1F;margin-bottom:5px}
.formInput_txt{width:100%;border:1px solid #ddd;padding:11px 14px;font-family:'Roboto',sans-serif;font-size:14px;color:#1B1B1F;background:#fff;outline:none;transition:border-color .15s;font-weight:300}
.formInput_txt:focus{border-color:#C8A55C}
.formInput_txt.inputError{border-color:#e05555}
.formInput_area{width:100%;border:1px solid #ddd;padding:11px 14px;font-family:'Roboto',sans-serif;font-size:14px;color:#1B1B1F;background:#fff;outline:none;resize:vertical;transition:border-color .15s;font-weight:300}
.formInput_area:focus{border-color:#C8A55C}
.formError{display:block;font-family:'Roboto',sans-serif;font-size:11px;color:#e05555;font-weight:400;min-height:16px;margin-top:3px}

.paymentBlock{margin:22px 0 25px;padding:20px;border:1px solid #ddd;background:#fff}
.paymentBlock_title{font-family:'Roboto',sans-serif;font-size:12px;font-weight:500;letter-spacing:1px;text-transform:uppercase;color:#1B1B1F;margin-bottom:15px}
.payOpt_label{display:flex;flex-wrap:wrap;align-items:flex-start;gap:8px;padding:10px 0;border-bottom:1px solid #eee;cursor:pointer}
.payOpt_label:last-child{border-bottom:none}
.payOpt_label input[type="radio"]{margin-top:3px;accent-color:#1B1B1F}
.payOpt_name{font-family:'Roboto',sans-serif;font-size:14px;font-weight:500;color:#1B1B1F;flex:1;min-width:150px}
.payOpt_desc{width:100%;font-family:'Roboto',sans-serif;font-size:12px;color:#7E7E82;font-weight:300;padding-left:22px;margin-top:-2px}

.checkout_submitBtn{width:100%;background:#1B1B1F;color:#fff;border:1px solid #1B1B1F;cursor:pointer;padding:14px 28px;font-family:'Roboto',sans-serif;font-size:14px;font-weight:400;letter-spacing:.5px;transition:background .15s}
.checkout_submitBtn:hover{background:#333}
.checkout_submitBtn:disabled{background:#999;border-color:#999;cursor:wait}

.summBox_wrap{border:1px solid #ddd;padding:25px;background:#fff}
.summBox_title{font-family:'Roboto',sans-serif;font-size:12px;font-weight:500;letter-spacing:1px;text-transform:uppercase;color:#1B1B1F;margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid #ddd}
.summBox_empty{font-family:'Roboto',sans-serif;font-size:13px;color:#bbb;font-weight:300;padding:10px 0}
.summItem_row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #f0f0f0}
.summItem_name{font-family:'Roboto',sans-serif;font-size:13px;font-weight:300;color:#444}
.summItem_total{font-family:'Roboto',sans-serif;font-size:14px;font-weight:500;color:#1B1B1F}
.summBox_totalRow{display:flex;justify-content:space-between;padding:15px 0 10px;font-family:'Roboto',sans-serif;font-size:16px;font-weight:500;color:#1B1B1F}
.summBox_totalVal{font-size:20px}
.summBox_note{font-family:'Roboto',sans-serif;font-size:12px;color:#7E7E82;font-weight:300;margin-top:5px;line-height:1.5}

.thankYou_overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.55);z-index:10003;display:none;align-items:center;justify-content:center;padding:20px}
.thankYou_overlay.open{display:flex}
.thankYou_box{background:#fff;max-width:460px;width:100%;padding:50px 40px;text-align:center;position:relative}
.thankYou_close{position:absolute;top:15px;right:20px;font-size:24px;cursor:pointer;color:#1B1B1F}
.thankYou_icon{font-size:52px;color:#C8A55C;margin-bottom:15px}
.thankYou_title{font-family:Georgia,'Times New Roman',serif;font-size:26px;font-weight:400;color:#1B1B1F;margin-bottom:14px}
.thankYou_text{font-family:'Roboto',sans-serif;font-size:14px;font-weight:300;color:#666;line-height:1.7;margin-bottom:25px}
.thankYou_btn{background:#1B1B1F;color:#fff;border:1px solid #1B1B1F;padding:12px 36px;font-family:'Roboto',sans-serif;font-size:14px;font-weight:400;cursor:pointer;transition:background .15s}
.thankYou_btn:hover{background:#333}

.ftr_footer{background-color:#1B1B1F;width:100%}
.ftr_desktopFooter{display:block}
.ftr_mobileFooter{display:none}
.ftr_container{padding:59px 70px 30px;max-width:1440px;margin:0 auto;display:flex;flex-direction:column}
.ftr_mainGrid{display:grid;grid-template-columns:200px 167px 1fr;gap:174px;margin-bottom:30px}
.ftr_logoImage{width:200px;height:auto;object-fit:contain}
.ftr_navLinks{display:flex;flex-direction:column;gap:14px}
.ftr_navLink{color:#F5F5F5;font-size:18px;font-weight:300;text-decoration:none;font-family:'Roboto',sans-serif}
.ftr_navLink:hover{color:#C8A55C}
.ftr_contactSection{display:flex;flex-direction:column;gap:27px}
.ftr_address{color:#F5F5F5;font-size:32px;font-weight:300;font-family:Georgia,'Times New Roman',serif}
.ftr_phone,.ftr_email{color:#C8A55C;font-size:29px;font-weight:400;font-family:'Roboto',sans-serif}
.ftr_legalSection{margin-bottom:20px}
.ftr_companyInfo{color:#F5F5F5;font-size:14px;font-weight:300;line-height:14px;text-align:right;font-family:'Roboto',sans-serif}
.ftr_bottomSection{display:flex;justify-content:space-between;align-items:center;margin-top:auto}
.ftr_copyrightText{color:#F5F5F5;font-size:14px;font-weight:300;line-height:32px;font-family:'Roboto',sans-serif}
.ftr_legalLinks{display:flex;gap:20px}
.ftr_privacyLink{color:#F5F5F5;font-size:14px;font-weight:300;line-height:14px;text-decoration:none;font-family:'Roboto',sans-serif}
.ftr_privacyLink:hover{color:#C8A55C}

.ftr_mobileContainer{padding:30px 20px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:30px}
.ftr_mobileLogo{margin-bottom:10px}
.ftr_mobileNavTitle,.ftr_mobileContactTitle{font-family:'Roboto',sans-serif;font-size:12px;font-weight:500;color:#C8A55C;letter-spacing:1px;text-transform:uppercase;margin-bottom:12px}
.ftr_mobileNavLinks{display:flex;flex-direction:column;gap:10px}
.ftr_mobileNavLinks a{color:#F5F5F5;font-size:16px;font-weight:300;text-decoration:none;font-family:'Roboto',sans-serif}
.ftr_mobileContactInfo{display:flex;flex-direction:column;gap:8px}
.ftr_mobileAddress{color:#F5F5F5;font-size:16px;font-weight:300;font-family:'Roboto',sans-serif}
.ftr_mobilePhone,.ftr_mobileEmail{color:#C8A55C;font-size:16px;font-weight:400;font-family:'Roboto',sans-serif}
.ftr_mobileLegal{border-top:1px solid rgba(245,245,245,0.1);padding-top:20px;width:100%}
.ftr_mobileLegalInfo{color:#F5F5F5;font-size:13px;font-weight:300;margin-bottom:10px;font-family:'Roboto',sans-serif}
.ftr_mobilePrivacy{display:flex;justify-content:center;gap:15px;flex-wrap:wrap;margin-bottom:10px}
.ftr_mobilePrivacy a{color:#7E7E82;font-size:12px;font-weight:300;text-decoration:none;font-family:'Roboto',sans-serif}
.ftr_mobileCopyright{color:#7E7E82;font-size:12px;font-weight:300;font-family:'Roboto',sans-serif}

.ckBanner_wrap{position:fixed;bottom:0;left:0;right:0;z-index:99999;display:none}
.ckBanner_box{max-width:1100px;margin:0 auto;background:#1B1B1F;color:#fff;padding:22px 30px;display:flex;align-items:center;gap:25px;flex-wrap:wrap;box-shadow:0 -2px 15px rgba(0,0,0,.15)}
.ckBanner_txt{flex:1;font-family:'Roboto',sans-serif;font-size:13px;font-weight:300;line-height:1.7;min-width:250px;color:#ccc}
.ckBanner_txt a{color:#fff;text-decoration:underline}
.ckBanner_btns{display:flex;gap:10px;flex-wrap:wrap}
.ckBanner_btn{border:none;padding:10px 20px;font-family:'Roboto',sans-serif;font-size:12px;font-weight:500;letter-spacing:.5px;cursor:pointer;transition:opacity .15s}
.ckBanner_btn:hover{opacity:.85}
.ckBtn_accept{background:#fff;color:#1B1B1F}
.ckBtn_reject{background:transparent;color:#fff;border:1px solid #666}
.ckBtn_settings{background:transparent;color:#999;border:1px solid #444}

.ckSettings_overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:100000;display:none;align-items:center;justify-content:center;padding:20px}
.ckSettings_overlay.open{display:flex}
.ckSettings_box{background:#fff;max-width:520px;width:100%;max-height:90vh;overflow-y:auto}
.ckSettings_hdr{display:flex;justify-content:space-between;align-items:center;padding:20px 25px;border-bottom:1px solid #eee}
.ckSettings_title{font-family:Georgia,'Times New Roman',serif;font-size:16px;font-weight:400;letter-spacing:1px}
.ckSettings_close{font-size:24px;cursor:pointer;color:#1B1B1F}
.ckSettings_body{padding:15px 25px}
.ckOpt_row{display:flex;justify-content:space-between;align-items:flex-start;gap:15px;padding:15px 0;border-bottom:1px solid #f0f0f0}
.ckOpt_row:last-child{border-bottom:none}
.ckOpt_info{flex:1}
.ckOpt_name{font-family:'Roboto',sans-serif;font-size:14px;font-weight:500;color:#1B1B1F;margin-bottom:4px}
.ckOpt_desc{font-family:'Roboto',sans-serif;font-size:11px;color:#888;font-weight:300;line-height:1.6}
.ckOpt_toggle{padding-top:2px}
.ckToggle_label{position:relative;display:inline-block;width:44px;height:24px;cursor:pointer}
.ckToggle_label input{opacity:0;width:0;height:0}
.ckToggle_slider{position:absolute;top:0;left:0;right:0;bottom:0;background:#ddd;transition:background .2s}
.ckToggle_slider:before{content:"";position:absolute;height:18px;width:18px;left:3px;bottom:3px;background:#fff;transition:transform .2s}
.ckToggle_label input:checked+.ckToggle_slider{background:#1B1B1F}
.ckToggle_label input:checked+.ckToggle_slider:before{transform:translateX(20px)}
.ckToggle_locked{background:#C8A55C;cursor:not-allowed}
.ckToggle_locked:before{transform:translateX(20px)}
.ckSettings_ftr{display:flex;gap:10px;padding:15px 25px 20px;border-top:1px solid #eee;flex-wrap:wrap}
.ckSettings_ftr .ckBanner_btn{flex:1;text-align:center}

.floatingCta_fab{position:fixed;bottom:30px;right:30px;background:#C8A55C;color:#1B1B1F;padding:14px 24px;font-family:'Roboto',sans-serif;font-size:14px;font-weight:500;letter-spacing:.5px;text-decoration:none;z-index:9000;transition:background .2s;box-shadow:0 4px 16px rgba(0,0,0,.2)}
.floatingCta_fab:hover{background:#b89448;opacity:1}

@media (min-width:1025px) and (max-width:1200px){
  .hdr_desktopNav{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;width:100%}
  .hdr_centerLogo{position:static;left:auto;transform:none;justify-self:center;z-index:1}
  .hdr_leftNav{justify-self:start;gap:20px;flex-wrap:nowrap}
  .hdr_rightNav{justify-self:end;gap:20px;flex-wrap:nowrap}
  .hdr_navLink{font-size:14px}
  .ftr_mainGrid{gap:80px}
  .ftr_address{font-size:24px}
  .ftr_phone,.ftr_email{font-size:22px}
}
@media (min-width:769px) and (max-width:1024px){
  .hdr_desktopNav{display:none}
  .hdr_mobileNav{display:flex;justify-content:space-between;align-items:center;width:100%}
  .hdr_navbar{height:80px}
  .prodGrid_wrap{grid-template-columns:repeat(2,1fr);gap:16px}
  .prodCard_wrap{height:360px}
  .checkout_layout{flex-direction:column}
  .checkout_summSide{position:static;width:100%}
  #kategorienGrid{grid-template-columns:1fr}
  .kat_card{min-height:280px}
  .kat_contentRight{margin-right:20px}
  .kat_contentLeft{margin-left:20px}
  .benefits_grid{grid-template-columns:1fr;gap:20px}
  .marken_grid{grid-template-columns:1fr}
  .ablauf_grid{grid-template-columns:repeat(2,1fr);gap:28px}
  .founder_grid{grid-template-columns:1fr;gap:30px}
  .founder_title{grid-column:1;grid-row:1}
  .founder_imgWrap{grid-column:1;grid-row:2}
  .founder_content{grid-column:1;grid-row:3}
  .ftr_desktopFooter{display:none}
  .ftr_mobileFooter{display:block}
}
@media (max-width:768px){
  .hdr_desktopNav{display:none}
  .hdr_mobileNav{display:flex;justify-content:space-between;align-items:center;width:100%}
  .hdr_navbar{height:70px}
  #hdrMain{top:36px}
  .hero_logoLarge{font-size:42px;letter-spacing:4px}
  .hero_title{font-size:18px}
  .hero_btn{padding:12px 24px;font-size:14px}
  #introBlock{padding:42px 15px 48px}
  .intro_text{font-size:1rem}
  #kategorienGrid{grid-template-columns:1fr}
  .kat_card{min-height:250px}
  .kat_largeTitle{font-size:32px}
  .kat_cardContent{padding:30px 25px}
  .kat_contentRight{margin-right:auto;margin-left:auto}
  .kat_contentLeft{margin-left:auto;margin-right:auto}
  .kat_cardTitle{font-size:22px}
  .stats_grid{flex-direction:column;gap:10px}
  .stats_divider{width:40px;height:1px}
  .stats_item{padding:15px 20px}
  .stats_value{font-size:36px}
  .prodGrid_wrap{grid-template-columns:1fr 1fr;gap:12px}
  .prodCard_wrap{height:320px}
  .prod_title{font-size:1.5rem}
  .catBar_btn{padding:7px 16px;font-size:12px}
  .prodModal_content{flex-direction:column}
  .prodModal_imgWrap{min-height:220px;max-height:300px}
  .prodModal_info{padding:20px}
  .cartPanel_box{width:100%}
  .benefits_bgWrap{min-height:280px}
  .benefits_heading{font-size:1.6rem}
  .benefits_grid{grid-template-columns:1fr;gap:10px}
  .benefits_container{padding:0 20px}
  .marken_grid{grid-template-columns:1fr;gap:18px}
  .marken_card{padding:24px 20px}
  .marken_title{font-size:1.5rem}
  .fehler_title{font-size:1.4rem}
  .fehler_card{gap:16px;padding:22px 0}
  .fehler_num{font-size:26px;min-width:36px}
  .founder_grid{grid-template-columns:1fr;gap:25px}
  .founder_title{grid-column:1;grid-row:1;font-size:1.5rem}
  .founder_imgWrap{grid-column:1;grid-row:2}
  .founder_content{grid-column:1;grid-row:3}
  .versand_title{font-size:1.5rem}
  .ablauf_grid{grid-template-columns:1fr;gap:24px}
  .ablauf_step{text-align:left;display:flex;gap:16px;align-items:flex-start;padding:0}
  .ablauf_stepNum{font-size:32px;min-width:38px;margin-bottom:0}
  .ablauf_stepTitle{text-align:left}
  .ablauf_stepTxt{text-align:left}
  .ablauf_title{font-size:1.5rem}
  .faq_title{font-size:1.5rem}
  .faq_q span:first-child{font-size:.9rem}
  .checkout_layout{flex-direction:column}
  .checkout_summSide{position:static;width:100%}
  .formRow_2col{flex-direction:column;gap:0}
  .checkout_title{font-size:1.35rem}
  .ftr_desktopFooter{display:none}
  .ftr_mobileFooter{display:block}
  .ckBanner_box{padding:18px 20px;gap:15px}
  .ckBanner_btns{width:100%}
  .ckBanner_btn{flex:1;text-align:center}
  .floatingCta_fab{bottom:20px;right:20px;padding:12px 18px;font-size:13px}
}
@media (max-width:480px){
  .hero_logoLarge{font-size:32px;letter-spacing:3px}
  .hero_btns{flex-direction:column;align-items:center}
  .hero_btn{width:100%;max-width:260px;text-align:center}
  .kat_largeTitle{font-size:26px}
  .stats_value{font-size:30px}
  .benefits_heading{font-size:1.35rem}
  .prodGrid_wrap{grid-template-columns:1fr;gap:14px}
  .prodCard_wrap{height:380px}
}
.subpg_heroWide{
  position:relative;width:100%;height:52vh;min-height:340px;
  overflow:hidden;display:flex;align-items:center;justify-content:center;
}
.subpg_heroImg{
  position:absolute;top:0;left:0;width:100%;height:100%;
  object-fit:cover;z-index:0;
}
.subpg_heroOverlay{
  position:relative;z-index:2;text-align:center;padding:0 20px;
}
.subpg_heroTitle{
  font-family:'Tenor Sans',serif;font-size:48px;
  font-weight:400;color:#ffffff;letter-spacing:5px;
  text-transform:uppercase;margin-bottom:12px;
}
.subpg_heroSub{
  font-family:'Roboto',sans-serif;font-size:16px;
  font-weight:300;color:rgba(255,255,255,.7);letter-spacing:1px;
}

.subpg_heroBanner{
  padding:110px 20px 55px;
}
.subpg_heroBannerTitle{
  font-family:'Tenor Sans',serif;font-size:42px;
  font-weight:400;color:#ffffff;letter-spacing:4px;
  text-transform:uppercase;margin-bottom:14px;
}
.subpg_heroBannerSub{
  font-family:'Roboto',sans-serif;font-size:15px;
  font-weight:300;color:rgba(255,255,255,.6);
  max-width:560px;margin:0 auto;line-height:1.7;
}

.az_introWrap{padding:58px 20px 42px;text-align:center}
.az_introTxt{
  max-width:700px;margin:0 auto;
  font-family:Georgia,'Times New Roman',serif;
  font-size:1.1rem;font-weight:400;color:#1B1B1F;line-height:1.8;
}

.az_roomsGrid{
  max-width:1200px;margin:0 auto;padding:0 20px 60px;
  display:flex;flex-direction:column;gap:0;
}
.az_roomCard{
  display:grid;grid-template-columns:1fr 1fr;
  min-height:360px;border-bottom:1px solid #eee;
}
.az_roomCard_reverse{direction:rtl}
.az_roomCard_reverse > *{direction:ltr}
.az_roomImgWrap{overflow:hidden;min-height:300px}
.az_roomImg{width:100%;height:100%;object-fit:cover}
.az_roomBody{padding:42px 38px;display:flex;flex-direction:column;justify-content:center}
.az_roomName{
  font-family:Georgia,'Times New Roman',serif;
  font-size:1.6rem;font-weight:400;color:#1B1B1F;margin-bottom:16px;
}
.az_roomSpecs{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:18px}
.az_specLine{
  font-family:'Roboto',sans-serif;font-size:13px;
  font-weight:400;color:#C8A55C;
  display:flex;align-items:center;gap:5px;
}
.az_specLine i{font-size:16px}
.az_roomDesc{
  font-family:'Roboto',sans-serif;font-size:14px;
  font-weight:300;color:#555;line-height:1.75;
}

.az_ctaBand{padding:65px 20px 70px}
.az_ctaTitle{
  font-family:Georgia,'Times New Roman',serif;
  font-size:1.8rem;font-weight:400;color:#ffffff;margin-bottom:12px;
}
.az_ctaDesc{
  font-family:'Roboto',sans-serif;font-size:15px;
  font-weight:300;color:#7E7E82;line-height:1.7;
  max-width:520px;margin:0 auto 18px;
}
.az_ctaPhone{
  font-family:'Roboto',sans-serif;font-size:24px;
  font-weight:500;color:#C8A55C;letter-spacing:1px;
}

.ang_badge{
  display:inline-block;background:#C8A55C;color:#1B1B1F;
  font-family:'Roboto',sans-serif;font-size:11px;font-weight:700;
  letter-spacing:2px;padding: 5px 16px;margin-bottom:18px;
}
.ang_dealsWrap{padding:55px 20px 40px}
.ang_dealsGrid{
  max-width:1000px;margin:0 auto;
  display:flex;flex-direction:column;gap:48px;
}
.ang_dealCard{
  display:grid;grid-template-columns:1fr 1fr;gap:0;
  border:1px solid #eee;overflow:hidden;background:#fff;
}
.ang_dealCard_reverse{direction:rtl}
.ang_dealCard_reverse > *{direction:ltr}
.ang_dealImgWrap{
  position:relative;overflow:hidden;min-height:280px;
  background:#f0ede8;
}
.ang_dealImg{width:100%;height:100%;object-fit:cover}
.ang_dealTag{
  position:absolute;top:16px;left:16px;
  background:#C8A55C;color:#1B1B1F;
  font-family:'Roboto',sans-serif;font-size:13px;font-weight:700;
  padding:5px 12px;letter-spacing:.5px;
}
.ang_dealBody{padding:36px 32px;display:flex;flex-direction:column;justify-content:center}
.ang_dealName{
  font-family:Georgia,'Times New Roman',serif;
  font-size:1.35rem;font-weight:400;color:#1B1B1F;margin-bottom:8px;
}
.ang_dealSpecs{
  font-family:'Roboto',sans-serif;font-size:12px;
  color:#7E7E82;font-weight:300;margin-bottom:14px;
}
.ang_dealTxt{
  font-family:'Roboto',sans-serif;font-size:14px;
  font-weight:300;color:#555;line-height:1.7;margin-bottom:18px;
}
.ang_dealPriceRow{display:flex;align-items:baseline;gap:12px;margin-bottom:6px}
.ang_oldPrice{
  font-family:'Roboto',sans-serif;font-size:16px;
  color:#bbb;text-decoration:line-through;font-weight:300;
}
.ang_newPrice{
  font-family:'Roboto',sans-serif;font-size:24px;
  font-weight:500;color:#C8A55C;
}
.ang_dealStock{
  font-family:'Roboto',sans-serif;font-size:12px;
  color:#C8A55C;font-weight:400;margin-bottom:16px;
}
.ang_hinweisWrap{padding:20px 20px 60px}

.ks_headerStrip{padding:108px 20px 52px}
.ks_pageTitle{
  font-family:'Tenor Sans',serif;font-size:38px;
  font-weight:400;color:#ffffff;letter-spacing:4px;
  text-transform:uppercase;margin-bottom:12px;
}
.ks_pageSub{
  font-family:'Roboto',sans-serif;font-size:15px;
  font-weight:300;color:rgba(255,255,255,.55);
  max-width:520px;margin:0 auto;line-height:1.6;
}

.ks_contactCardsWrap{padding:55px 20px 45px}
.ks_contactGrid{
  display:grid;grid-template-columns:repeat(3,1fr);
  gap:24px;max-width:1000px;margin:0 auto;
}
.ks_contactCard{
  border:1px solid #eee;padding:32px 26px;text-align:center;
  background:#fff;
}
.ks_contactIcon{font-size:28px;color:#C8A55C;margin-bottom:14px}
.ks_contactLabel{
  font-family:'Roboto',sans-serif;font-size:12px;
  font-weight:500;letter-spacing:1px;text-transform:uppercase;
  color:#1B1B1F;margin-bottom:8px;
}
.ks_contactValue{
  font-family:Georgia,'Times New Roman',serif;
  font-size:1.05rem;font-weight:400;color:#1B1B1F;margin-bottom:10px;
}
.ks_contactNote{
  font-family:'Roboto',sans-serif;font-size:13px;
  font-weight:300;color:#777;line-height:1.6;
}

.ks_topicsWrap{padding:40px 20px 65px}
.ks_topicsLayout{
  display:grid;grid-template-columns:1fr 1.4fr;
  gap:48px;max-width:1100px;margin:0 auto;align-items:start;
}
.ks_topicsImg{width:100%;height:auto;object-fit:cover;position:sticky;top:100px}
.ks_topicItem{
  display:flex;gap:18px;align-items:flex-start;
  padding:22px 0;border-bottom:1px solid #eee;
}
.ks_topicItem:last-child{border-bottom:none}
.ks_topicIcon{font-size:22px;color:#C8A55C;min-width:28px;padding-top:2px}
.ks_topicTitle{
  font-family:Georgia,'Times New Roman',serif;
  font-size:1rem;font-weight:400;color:#1B1B1F;margin-bottom:6px;
}
.ks_topicTxt{
  font-family:'Roboto',sans-serif;font-size:14px;
  font-weight:300;color:#555;line-height:1.7;
}

.ks_formBand{padding:58px 20px 68px}
.ks_formInner{max-width:600px;margin:0 auto}
.ks_formTitle{
  font-family:Georgia,'Times New Roman',serif;
  font-size:1.7rem;font-weight:400;color:#1B1B1F;
  text-align:center;margin-bottom:6px;
}
.ks_formSub{
  font-family:'Roboto',sans-serif;font-size:14px;
  font-weight:300;color:#777;text-align:center;margin-bottom:28px;
}
.ks_thankMsg{
  text-align:center;padding:40px 0;
  font-family:'Roboto',sans-serif;font-size:15px;
  font-weight:300;color:#555;line-height:1.7;
}

.lm_headerBlock{padding:108px 20px 50px}
.lm_pageTitle{
  font-family:'Tenor Sans',serif;font-size:36px;
  font-weight:400;color:#ffffff;letter-spacing:3px;
  text-transform:uppercase;margin-bottom:10px;
}
.lm_pageSub{
  font-family:'Roboto',sans-serif;font-size:15px;
  font-weight:300;color:rgba(255,255,255,.55);
  max-width:560px;margin:0 auto;line-height:1.6;
}

.lm_matrixWrap{padding:58px 20px 50px}
.lm_sectionTitle{
  font-family:Georgia,'Times New Roman',serif;
  font-size:1.5rem;font-weight:400;color:#1B1B1F;margin-bottom:24px;
}

.lm_detailsWrap{padding:55px 20px 62px}
.lm_detailsGrid{
  display:grid;grid-template-columns:repeat(2,1fr);
  gap:32px;max-width:1000px;margin:0 auto;
}
.lm_detailBlock{padding:28px 24px;border:1px solid #e8e5df;background:#fff}
.lm_detailIcon{font-size:26px;color:#C8A55C;margin-bottom:12px}
.lm_detailTitle{
  font-family:Georgia,'Times New Roman',serif;
  font-size:1.05rem;font-weight:400;color:#1B1B1F;margin-bottom:8px;
}
.lm_detailTxt{
  font-family:'Roboto',sans-serif;font-size:14px;
  font-weight:300;color:#555;line-height:1.75;
}

.lm_faqWrap{padding:52px 20px 68px}

@media (max-width:1024px){
  .az_roomCard{grid-template-columns:1fr}
  .az_roomCard_reverse{direction:ltr}
  .ks_contactGrid{grid-template-columns:1fr}
  .ks_topicsLayout{grid-template-columns:1fr}
  .ks_topicsImgCol{display:none}
  .ang_dealCard{grid-template-columns:1fr}
  .ang_dealCard_reverse{direction:ltr}
  .lm_detailsGrid{grid-template-columns:1fr}
}

@media (max-width:768px){
  .subpg_heroTitle{font-size:30px;letter-spacing:3px}
  .subpg_heroWide{height:42vh;min-height:280px}
  .subpg_heroBanner{padding:90px 15px 40px}
  .subpg_heroBannerTitle{font-size:28px;letter-spacing:2px}
  .az_roomBody{padding:28px 22px}
  .az_roomName{font-size:1.3rem}
  .az_ctaPhone{font-size:20px}
  .ang_dealBody{padding:24px 20px}
  .ang_dealName{font-size:1.15rem}
  .ang_newPrice{font-size:20px}
  .ks_headerStrip{padding:88px 15px 38px}
  .ks_pageTitle{font-size:28px;letter-spacing:2px}
  .lm_headerBlock{padding:88px 15px 38px}
  .lm_pageTitle{font-size:26px;letter-spacing:2px}
  .lm_sectionTitle{font-size:1.25rem}
}
.legalPage_wrap{
  max-width:760px;
  margin:0 auto;
  padding:128px 30px 60px;
}
.legalPage_wrap h1{
  font-family:Georgia,'Times New Roman',serif;
  font-size:28px;font-weight:400;
  letter-spacing:2px;text-transform:uppercase;
  color:#1B1B1F;margin-bottom:32px;
  padding-bottom:18px;
  border-bottom:1px solid #ddd;
}
.legalPage_wrap h2{
  font-family:'Roboto',sans-serif;
  font-size:13px;font-weight:500;
  letter-spacing:1.5px;text-transform:uppercase;
  color:#1B1B1F;margin-top:34px;margin-bottom:10px;
}
.legalPage_wrap h3{
  font-family:'Roboto',sans-serif;
  font-size:12px;font-weight:300;
  color:#999;margin-top:40px;
}
.legalPage_wrap p{
  font-family:'Roboto',sans-serif;
  font-size:14px;font-weight:300;
  color:#555;line-height:1.85;
  margin-bottom:8px;
}
.legalPage_wrap a{
  color:#C8A55C;text-decoration:underline;
}
.legalPage_wrap a:hover{opacity:.7}

.impressum_wrap h1{
  letter-spacing:3px;
}

@media (max-width:640px){
  .legalPage_wrap{padding:98px 15px 40px}
  .legalPage_wrap h1{font-size:22px;letter-spacing:1px}
}