@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;1,400;1,500&family=Jost:wght@300;400;500&display=swap');
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
.hw{font-family:'Jost',sans-serif;color:#2a2a28;width:100%;background:#1e3220;margin-bottom:-115px;}
.hw-hero{position:relative;min-height:480px;display:flex;align-items:center;justify-content:center;text-align:center;padding:5rem 2.5rem;width:100%;}
.hw-hbg{position:absolute;inset:0;background-image:url('https://corneliaimseng.com/wp-content/uploads/2025/12/Wattis_.jpg');background-size:cover;background-position:center center;z-index:0;}
.hw-hov{position:absolute;inset:0;background:rgba(30,50,32,0.72);z-index:1;}
.hw-hct{position:relative;z-index:2;max-width:700px;}
.hw-ey{font-size:11px;letter-spacing:0.22em;text-transform:uppercase;color:rgba(195,220,185,0.88);margin-bottom:1.5rem;display:block;}
.hw-hero h1{font-family:'Cormorant Garamond',serif;font-size:3.2rem;font-weight:400;line-height:1.1;color:#f5f0e8;margin-bottom:0.6rem;}
.hw-tl{font-family:'Cormorant Garamond',serif;font-style:italic;font-size:1.3rem;color:rgba(195,220,185,0.90);margin-bottom:1.6rem;}
.hw-hero-note{font-size:0.92rem;color:rgba(245,240,232,0.82);line-height:1.7;max-width:520px;margin:0 auto;}
.hw-guides{padding:72px 200px;background:#fff;}
.hw-lbl{font-size:10px;letter-spacing:0.2em;text-transform:uppercase;color:#888782;margin-bottom:0.8rem;display:block;}
.hw-h2{font-family:'Cormorant Garamond',serif;font-size:2rem;font-weight:400;line-height:1.25;color:#2a2a28;margin-bottom:1rem;}
.hw-txt{font-size:0.95rem;line-height:1.8;color:#5a5a57;margin-bottom:0.85rem;}
.hw-txt:last-child{margin-bottom:0;}
.hw-gcols{display:grid;grid-template-columns:1fr 1fr;gap:48px;}
.hw-gcard{text-align:center;}
.hw-gphoto{width:220px;height:220px;border-radius:50%;object-fit:cover;margin:0 auto 1.2rem;display:block;border:3px solid #f5f3ee;}
.hw-gname{font-family:'Cormorant Garamond',serif;font-size:1.3rem;color:#3a7040;margin-bottom:0.3rem;}
.hw-gsub{font-size:0.82rem;color:#888782;margin-bottom:1.4rem;}
.hw-gcard .hw-h2{font-size:1.5rem;text-align:left;}
.hw-gcard .hw-txt{text-align:left;}
.hw-pricing{padding:16px 200px 72px;background:#fff;}
.hw-pcols{display:grid;grid-template-columns:1.1fr 1fr;gap:32px;}
.hw-pkg{background:#f5f3ee;border-radius:12px;padding:32px;border-left:3px solid #84b88a;}
.hw-pkg h3{font-size:0.78rem;font-weight:500;letter-spacing:0.13em;text-transform:uppercase;color:#2a2a28;margin-bottom:6px;}
.hw-pkg-price{font-family:'Cormorant Garamond',serif;font-size:2.2rem;color:#3a7040;margin-bottom:18px;}
.hw-pkg ul{list-style:none;}
.hw-pkg li{font-size:0.9rem;line-height:1.7;color:#5a5a57;padding-left:1.3rem;position:relative;margin-bottom:0.5rem;}
.hw-pkg li::before{content:'';position:absolute;left:0;top:0.6rem;width:5px;height:5px;border-radius:50%;background:#84b88a;}
.hw-single h3{font-size:0.78rem;font-weight:500;letter-spacing:0.13em;text-transform:uppercase;color:#888782;margin-bottom:14px;}
.hw-prow{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid #e8e5df;font-size:0.9rem;}
.hw-prow:last-of-type{border-bottom:none;}
.hw-pname{color:#5a5a57;}
.hw-pval{font-family:'Cormorant Garamond',serif;font-size:1.1rem;color:#3a7040;white-space:nowrap;padding-left:12px;}
.hw-booking{padding:16px 200px 72px;background:#f9f8f5;}
.hw-bookly-wrap{background:#fff;border-radius:12px;padding:24px;}
.hw-alert{margin:0 200px 72px;background:#f5f3ee;border-left:4px solid #3a7040;border-radius:8px;padding:24px 28px;}
.hw-alert p{font-size:0.92rem;line-height:1.7;color:#4a4a47;margin-bottom:0.6rem;}
.hw-alert p:last-child{margin-bottom:0;}
.hw-alert a{color:#3a7040;font-weight:500;}
.hw-gallery{padding:72px 200px;background:#1e3220;text-align:center;}
.hw-gallery h2{font-family:'Cormorant Garamond',serif;font-size:2rem;font-weight:400;color:#f5f0e8;margin-bottom:2rem;}
.hw-slider{position:relative;max-width:900px;margin:0 auto;border-radius:10px;overflow:hidden;background:#000;}
.hw-slide-track{position:relative;width:100%;aspect-ratio:3/2;}
.hw-slide-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .4s ease;pointer-events:none;}
.hw-slide-img.hw-active{opacity:1;pointer-events:auto;}
.hw-slide-btn{position:absolute;top:50%;transform:translateY(-50%);background:rgba(30,50,32,0.55);border:none;color:#f5f0e8;width:44px;height:44px;border-radius:50%;font-size:1.3rem;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2;transition:background .2s ease;}
.hw-slide-btn:hover{background:rgba(30,50,32,0.85);}
.hw-slide-prev{left:16px;}
.hw-slide-next{right:16px;}
.hw-slide-dots{display:flex;justify-content:center;gap:8px;margin-top:16px;}
.hw-slide-dot{width:8px;height:8px;border-radius:50%;background:rgba(245,240,232,0.35);border:none;cursor:pointer;padding:0;}
.hw-slide-dot.hw-active{background:#84b88a;}
.hw-gcta{display:inline-block;margin-top:2rem;font-family:'Jost',sans-serif;font-size:11px;font-weight:500;letter-spacing:0.14em;text-transform:uppercase;padding:0.8rem 2rem;background:rgba(245,240,232,0.12);border:1px solid rgba(245,240,232,0.35);color:#f5f0e8;text-decoration:none;}
.hw-sport{padding:72px 200px;background:#fff;}
.hw-sport-inner{max-width:820px;margin:0 auto;}
.hw-sport h2{font-family:'Cormorant Garamond',serif;font-size:2rem;font-weight:400;color:#2a2a28;margin-bottom:1.5rem;text-align:center;}
.hw-sport h3{font-family:'Cormorant Garamond',serif;font-size:1.3rem;font-weight:500;color:#3a7040;margin:1.6rem 0 0.6rem;}
.hw-sport h3:first-of-type{margin-top:0;}
.hw-sport-list{list-style:none;margin:1.2rem 0;background:#f5f3ee;border-radius:10px;padding:24px 28px;}
.hw-sport-list li{font-size:0.92rem;line-height:1.8;color:#5a5a57;padding-left:1.3rem;position:relative;margin-bottom:0.5rem;}
.hw-sport-list li:last-child{margin-bottom:0;}
.hw-sport-list li::before{content:'';position:absolute;left:0;top:0.65rem;width:5px;height:5px;border-radius:50%;background:#84b88a;}
.hw-sport-close{font-family:'Cormorant Garamond',serif;font-style:italic;font-size:1.2rem;color:#3a7040;text-align:center;margin-top:1.8rem;line-height:1.6;}
.hw-footer{background:#1e3220;padding:56px 200px;display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:start;width:100%;}
.hw-fl .hw-lbl{color:#a8c4a0;}
.hw-fl h2{font-family:'Jost',sans-serif;font-size:2.2rem;font-weight:700;line-height:1.15;color:#f5f0e8;margin-bottom:1rem;}
.hw-fl p{font-size:0.95rem;line-height:1.75;color:rgba(245,240,232,0.75);}
.hw-fr{padding-left:48px;border-left:1px solid rgba(245,240,232,0.12);}
.hw-fr-lbl{font-size:10px;letter-spacing:0.22em;text-transform:uppercase;color:#a8c4a0;margin-bottom:1.2rem;display:block;}
.hw-crow{display:grid;grid-template-columns:80px 1fr;padding:0.8rem 0;border-bottom:1px solid rgba(245,240,232,0.15);}
.hw-cl{font-size:13px;font-weight:500;color:#f5f0e8;}
.hw-cv{font-size:13px;color:rgba(245,240,232,0.75);}
@media(max-width:1100px){
.hw-guides,.hw-pricing,.hw-booking,.hw-gallery,.hw-sport,.hw-footer{padding-left:40px;padding-right:40px;}
.hw-alert{margin:0 40px 72px;}
}
@media(max-width:768px){
.hw-gcols,.hw-pcols,.hw-footer{grid-template-columns:1fr;}
.hw-hero h1{font-size:2.2rem;}
.hw-guides,.hw-pricing,.hw-booking,.hw-gallery,.hw-sport{padding:48px 24px;}
.hw-alert{margin:0 24px 48px;}
.hw-footer{padding:48px 24px;}
.hw-fr{padding-left:0;border-left:none;border-top:1px solid rgba(245,240,232,0.12);padding-top:40px;margin-top:40px;}
}
House of Ayurveda × Hotel Sport Klosters
Hit week with Magic Moment
at the Hotel Sport Klosters
We look forward to seeing you at Hitwoche at the Hotel Sport Klosters … This retreat will take place if at least 10 people sign up.
Doreen Wolf
Accompaniment for genuine self-encounter
Everything Is for You – Soul Fitness
Many of us go through the motions and look for solutions—but in the process, we often lose touch with ourselves. This space isn’t about coaching or ready-made solutions; it’s about helping you understand yourself better.
You'll come to understand how thoughts, feelings, and actions are connected—and which patterns are unconsciously guiding you.
Here, you can consciously examine and reevaluate what has long protected you. You’ll learn to reconnect with your feelings—so you can gain greater clarity. Because clarity arises when you understand what’s at work within you. Inner truth leads to outer clarity.
Not by becoming someone else, but by coming back to yourself.
Cornelia Imseng
the Ayurveda expert
What is Ayurveda?
Ayurveda is the millennia-old art of inner balance—a harmonious interplay of body, mind, and soul.
With warm, precious oils and gentle, rhythmic movements, the massages lead to deep calm and relaxation.
They nourish the tissue, release tension and allow life energy to flow freely again.
A moment of pure comfort and renewal—like a quiet journey back to oneself.
Package
CHF 555
- 1 hour massage
- 45 minutes of morning stretching (in a group)
- 1.5-hour hike in silence (group rate)
- 2.0 hours final hike
- 2.5 hours of soul fitness, space for real encounters (group offer)
Individual Services – All offers can also be booked individually
1-hour massageCHF 175
45 minutes of morning stretching, per day/personCHF 55
1.5-hour silent hike, per personCHF 80
2-hour final hike, per personCHF 115
1-hour mental wellness consultationCHF 160
The Hit Week at Hotel Sport Klosters will take place from September 13 to 17, 2026. Upon completion of your booking, you will receive our booking confirmation by e-mail and the detailed program schedule as a PDF file for download.
Please note: The services listed above do not include room reservations. Please book your room from the reserved block directly with Hotel Sport Klosters. You can find all the information you need for your room reservation here. We are unable to offer a special rate for reservations made through our website.
Sports week at the Sport Hotel Klosters
When summer slowly draws to a close, the clear mountain air becomes fresher and the colors of autumn bathe the landscape in a warm, golden light, then it's time for a pause that both moves and relaxes. This is exactly what awaits you during the first Sport Week at the tradition-steeped Hotel Sport Klosters - a week that combines sport, relaxation and community in a unique way.
Passion and mountain idyll
The morning belongs to us. For example, we play tennis matches together, hone our technique and tactics and enjoy the joy of the game that unites us. The view of the surrounding peaks and the fresh mountain air give us a feeling that goes far beyond sport - every hour here is an experience for all the senses.
Relaxation with depth - Ayurveda massages by Cornelia Imseng
After a morning of exercise, the second part of the day begins: mindful recovery. Our partner, Cornelia Imseng, complements this relaxation week with soothing Ayurvedic massages that work wonders, especially after intense physical challenges. The warm oil massage relaxes the body and replenishes the muscles with new energy; the deep-tissue massage releases stubborn tension deep within the tissues; and the synchronized massage harmonizes body and mind on a level that goes far beyond mere muscle care. Each treatment is individually tailored and provides a tangible sense of inner balance.
Wellness, nature and conscious time-outs
The Hotel Sport Klosters offers the perfect setting here: in the afternoon, the wellness area with sauna, steam bath and swimming pool invites you to relax, while outside the mountains beckon with autumnal hiking trails. Whether you enjoy the tranquillity of a short tour through the woods, work out in the fitness room or simply unwind in the relaxation room - everyone will find their own personal retreat here.
Every sport offers a community that supports
In the evenings, everyone gets together for some socializing. They wind down the day with a good meal, a glass of wine, or a lively conversation. It’s these moments that make every sports week special: the mix of athletic ambition, mutual support, and warm camaraderie that goes far beyond sports.
A relaxation week is more than just a week off
This week is not just a vacation. It is an invitation to combine your passion for sport with deep relaxation and the magic of the mountains. A week that gives you new energy, strengthens the community in the club and at the same time leaves room for personal regeneration.
- The design of exclusive programs for clubs is possible
- Ayurvedic Massages with Cornelia Imseng (book directly using the link above)
- Wellness, sauna and swimming pool at Hotel Sport Klosters
- Alpine hikes and activities of your choice
- Evenings in a sociable and relaxed atmosphere
- An environment that inspires, grounds and supports
This week will be one to remember! Because it brings together everything that’s important to us: exercise, relaxation, community, and consciously savoring the moment.
var hwSlideIndex = 0;
function hwShowSlide(i){
var imgs = document.querySelectorAll('.hw-slide-img');
var dots = document.querySelectorAll('.hw-slide-dot');
if(!imgs.length) return;
hwSlideIndex = (i + imgs.length) % imgs.length;
imgs.forEach(function(img,idx){ img.classList.toggle('hw-active', idx===hwSlideIndex); });
dots.forEach(function(dot,idx){ dot.classList.toggle('hw-active', idx===hwSlideIndex); });
}
function hwSlideNext(){ hwShowSlide(hwSlideIndex+1); }
function hwSlidePrev(){ hwShowSlide(hwSlideIndex-1); }
function hwGoTo(i){ hwShowSlide(i); }