@charset "utf-8";

:root{
  --magenta:#c8017f;
  --green:#66cc00;
  --text:#333333;
  --bg:#faf7f9;

   /* Überschriften mit Lotus-Trenner */
  --lotus-width:42px;
  --lotus-height:30px;
  --lotus-gap:16px;
  --lotus-line:1px;
  --lotus-line-color:rgba(200,1,127,.28);
}


  
*{
  box-sizing:border-box;
  margin:0;
  padding:0;
}

html,
body{
  width:100%;
  overflow-x:hidden;
  scroll-behavior:smooth;
}

body{
  padding-top:0;
  font-family:Verdana, Arial, sans-serif;
  color:var(--text);
  line-height:1.65;
  background:
    linear-gradient(rgba(255,255,255,.18), rgba(255,255,255,.18)),
    url('../images/background.jpg') center top / cover fixed no-repeat;
}

img{
  max-width:100%;
  height:auto;
  display:block;
}

.site-header{
  position:sticky;
  top:0;
  z-index:1000;
  background:var(--magenta);
  box-shadow:0 4px 16px rgba(0,0,0,.18);
}

.header-inner{
  max-width:760px;
  margin:0 auto;
  padding:18px 20px 10px;
  display:flex;
  justify-content:flex-start;
  align-items:center;
  position:relative;
}

.header-spiral img{
  width:90px;
  margin-right:18px;
}

.logo img{
  width:min(100%, 620px);
}

.menu-toggle{
  position:absolute;
  right:20px;
  top:50%;
  transform:translateY(-50%);
  display:none;
  background:none;
  border:none;
  color:#fff;
  font-size:2rem;
  line-height:1;
  cursor:pointer;
}

.main-nav{
  background:linear-gradient(#ff33cc, var(--magenta));
}

.main-nav ul{
  max-width:1200px;
  margin:0 auto;
  list-style:none;
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
}

.main-nav a{
  display:block;
  padding:12px 18px;
  font-size:0.9rem;
  color:#fff;
  text-decoration:none;
  font-weight:bold;
  letter-spacing:.03em;
  text-transform:uppercase;
  transition:color .2s ease, background .2s ease;
}

.site-header{
  position:sticky;
  top:0;
  z-index:1000;
  background:var(--magenta);
  box-shadow:0 4px 16px rgba(0,0,0,.18);
}
.header-inner{
  max-width:760px;
  margin:0 auto;
  padding:18px 20px 10px;
  display:flex;
  justify-content:flex-start;
  align-items:center;
  position:relative;
}
.header-spiral img{
  width:90px;
  margin-right:18px;
}

.logo img{
  width:min(100%, 620px);
}
.menu-toggle{
  position:absolute;
  right:20px;
  top:50%;
  transform:translateY(-50%);
  display:none;
  background:none;
  border:none;
  color:#fff;
  font-size:2rem;
  line-height:1;
  cursor:pointer;
}
.main-nav{
  background:linear-gradient(#ff33cc, var(--magenta));
}

.main-nav ul{
  max-width:1200px;
  margin:0 auto;
  list-style:none;
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
}
.main-nav a{
  display:block;
  padding:12px 18px;
  font-size:0.9rem;
  color:#fff;
  text-decoration:none;
  font-weight:bold;
  letter-spacing:.03em;
  text-transform:uppercase;
  transition:color .2s ease, background .2s ease;
}

.main-nav a{
  display:block;
  padding:12px 18px;
  font-size:0.9rem;
  color:#fff;
  text-decoration:none;
  font-weight:bold;
  letter-spacing:.03em;
  text-transform:uppercase;
  transition:color .2s ease, background .2s ease;
}
.main-nav a:hover{
  color:var(--green);
}
.container{
  max-width:760px;
  margin:32px auto;
  padding:0 16px;
}
.card{
  background:rgba(255,255,255,.65);
  backdrop-filter:blur(4px);
  border-radius:24px;
  box-shadow:0 10px 30px rgba(0,0,0,.08), 0 0 24px rgba(200,1,127,.05);
  padding:24px;
   opacity:0;
  transform:translateY(12px);
  animation:pageFade 1.8s ease-out forwards;
}
/* ==========================================================
   Gemeinsame Infoboxen
   ========================================================== */

.info-box{
    margin:30px 0;
    padding:20px;
    background:rgba(255,255,255,.22);
    border-left:4px solid var(--magenta);
    border-radius:12px;
}
.hero{
  display:grid;
  grid-template-columns:1fr;
  gap:36px;
  align-items:center;
  margin-bottom:28px;
}
.hero-spiral{
  justify-self:center;
}
.hero-spiral img{
  max-width:120px;
  margin:auto;
}
.hero-quote{
  padding:10px;
  text-align:center;
}
.hero-quote h3{
  font-size:1.15rem;
  color:#666;
  font-style:italic;
  margin-bottom:12px;
}
.hero-quote p{
  margin-bottom:10px;
}
.sutra-box{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
}
.sutra-spiral{
  width:130px;
  filter:drop-shadow(0 6px 10px rgba(0,0,0,.15));
}
.sutra-content{
  text-align:left;
  max-width:360px;
}
.sutra-line-top,
.sutra-line-bottom{
  height:2px;
  background:var(--magenta);
}
.sutra-line-top{
  margin-bottom:12px;
}
.sutra-line-bottom{
  margin-top:12px;
}
.sutra-content h3{
  font-size:1.5rem;
  color:#666;
  font-style:italic;
  line-height:1.35;
  margin-bottom:12px;
}
.sutra-content p{
  margin-bottom:10px;
}

.portrait-row{
  display:flex;
  align-items:center;
  gap:24px;
  justify-content:center;
  margin-top:40px;
  margin-bottom:30px;
  flex-direction:column;
 text-align:center;
}


.portrait-image{
    width:180px;
    height:180px;
    object-fit:cover;

    border-radius:50%;
    border:3px solid rgba(148, 228, 73, 0.5);

    box-shadow:
    0 12px 30px rgba(0,0,0,.28),
    0 2px 8px rgba(255,255,255,.20);

    flex-shrink:0;
}

h1{
  color:#b50073;
  font-family:Georgia,serif;
  font-weight:normal;
  font-size:clamp(1.4rem,2.2vw,2rem);
  line-height:1.35;
  letter-spacing:-0.02em;
  margin-bottom:28px;
}
.page-title{
    text-align:center;
    margin:8px 0 6px 0;
}




h2{
  color:var(--magenta);
  font-family:Georgia,serif;
  font-weight:normal;
  font-size:1.25rem;
  border-top:1px solid rgba(200,1,127,.18);
  padding-top:12px;
  margin:20px 0 14px;
}
/* =====================================================
   ÜBERSCHRIFTEN MIT LOTUS-TRENNER
   ===================================================== */

/*
h1{
    position:relative;
    text-align:center;
}


h1::after{
    content:"";
    display:block;

    width:100%;
    height:var(--lotus-height);

    margin-top:var(--lotus-gap);

    background:
        linear-gradient(var(--lotus-line-color),var(--lotus-line-color)) left center / calc(50% - 32px) var(--lotus-line) no-repeat,
        linear-gradient(var(--lotus-line-color),var(--lotus-line-color)) right center / calc(50% - 32px) var(--lotus-line) no-repeat,
        url("../images/lotus_web_cropped.png") center center / var(--lotus-width) auto no-repeat;
}
*/
p,
li{
  font-size:1.15rem;
}
.two-col{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  margin-top:20px;
}
.panel{
  background:rgba(255,255,255,.22);
  border-radius:24px;
  padding:4px;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
}
.panel h3{
  color:var(--magenta);
  margin-bottom:12px;
}
.list{
  list-style:none;
  padding-left:0;
}
.list li{
  position:relative;
  padding-left:1.4rem;
  margin-bottom:.6rem;
}
.list li::before{
  content:'•';
  position:absolute;
  left:0;
  color:var(--magenta);
  font-weight:bold;
}
.contact{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
  margin-top:28px;
  width:100%;
  max-width:100%;
}
.contact-card{
  background:rgba(255,255,255,.22);
  border-radius:24px;
  border-top:3px solid #c8017f;
  padding:14px 18px;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
  width:100%;
  max-width:700px;
  margin:0 auto;
}
.contact-card h3{
  color:var(--magenta);
  margin-bottom:12px;
}
.contact-card a{
  color:var(--magenta);
  text-decoration:none;
}
.contact-card a:hover{
  color:var(--green);
  text-decoration:underline;
}
.site-footer{
  margin-top:40px;
  background:var(--magenta);
  color:#fff;
  text-align:center;
  padding:16px 12px;
  font-size:0.9rem;
}
.footer-inner{
  max-width:980px;
  margin:0 auto;
  padding:10px 20px;
}
.site-footer a{
  color:#fff;
  text-decoration:none;
}
.site-footer a:hover{
  color:var(--green);
}
.footer-legal{
  border-top:1px solid rgba(255,255,255,.25);
  margin-top:16px;
  padding-top:12px;
  text-align:center;
}
.footer-grid{
  display:grid;
  grid-template-columns:1fr 1fr 1fr 1fr;
  gap:28px;
  align-items:start;
  text-align:left;
}
.footer-title{
  font-family:Georgia,serif;
  font-size:1.15rem;
  font-weight:normal;
  line-height:1.2;
  margin-bottom:6px;
}
.social-icons{
  display:flex;
  gap:14px;
  align-items:center;
  justify-content:flex-start;
}
.social-icons a{
  display:flex;
  transition:.25s ease;
}
.social-icons a:hover{
  transform:translateY(-2px);
}
.back-to-top{
  position:fixed;
  right:max(12px, calc((100vw - 760px) / 2 - 26px));
  bottom:20px;
  width:48px;
  height:48px;
  border-radius:50%;
  background:linear-gradient(135deg,#c8017f,#e23aa8);
  color:#fff;
  text-decoration:none;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  font-weight:bold;
  box-shadow:0 8px 20px rgba(0,0,0,.22);
  transition:all .25s ease;
  z-index:999;
}
.back-to-top:hover{
  background:var(--green);
  transform:translateY(-3px);
  box-shadow:0 12px 28px rgba(0,0,0,.28);
}
@media (max-width:768px){
    .sutra-spiral {
    display: none;
  }
.sutra-box {
  display: block;
  text-align: center;
}

.sutra-content {
  max-width: 100%;
  text-align: left;
}
.sutra-content h3 {
  font-size: 1.38rem;
}
h1 {
  font-size: 1.85rem;
}
p,
li {
  font-size: 1.0rem;
}
.sutra-content p {
  font-size: 0.95rem;
}
	 .header-inner{
    justify-content:flex-start;
    padding:10px 16px;
  }
   .logo img{
    max-width:240px;
    width:100%;
  }
  .header-spiral img{
    width:60px;
    margin-right:10px;
  }
  .menu-toggle{
    display:block;
  }
  .main-nav{
    display:none;
  }
   .main-nav.open{
    display:block;
  }
   .main-nav ul{
    flex-direction:column;
    align-items:stretch;
  }
   .main-nav a{
    padding:10px 18px;
    border-top:1px solid rgba(255,255,255,.18);
  }
   .card{
    padding:18px;
  }
  .container{
    margin:18px auto;
  }
  
  .portrait-row{
    flex-direction:column;
    text-align:center;
    gap:18px;
  }
    
  .portrait-image{
    width:180px;
    height:180px;
  }
   .two-col,
  .contact{
    display:block;
    width:100%;
    max-width:100%;
    margin-top:28px;
  }
   .footer-grid{
    grid-template-columns:1fr;
    text-align:center;
    gap:24px;
  }
  .social-icons{
    justify-content:center;
  }
  }
  @keyframes pageFade{
	   from{
       opacity:0;
      transform:translateY(6px);
   }
   to{
      opacity:1;
      transform:translateY(0);
   }
}
.box-heading{
  border:none;
  padding-top:0;
  margin-top:0;
}

.lead{
  font-size:0.85rem;
}

.footer-text{
  font-size:.85rem;
  line-height:1.7;
  opacity:.9;
}

.social-icon{
  width:32px;
  height:32px;
  display:block;
}
img[src*="yt_icon"]{
  transform:scale(1.35);
}
.dropdown{
  position:relative;
}

.submenu{
  display:none !important;
  position:absolute;
  top:100%;
  left:0;
  transform:none;
  min-width:165px;
  padding:4px 0;
  background:rgba(200,1,127,.84);
  backdrop-filter:blur(4px);
  border-radius:0 0 12px 12px;
  box-shadow:0 6px 16px rgba(0,0,0,.14);
  list-style:none;
  z-index:2000;
  overflow:hidden;
}

.submenu li a{
  display:block;
  padding:8px 12px;
  font-size:.82rem;
  font-weight:500;
  text-transform:none;
  white-space:nowrap;
  border-top:1px solid rgba(255,255,255,.08);
}

.submenu li:first-child a{
  border-top:none;
}

.submenu li a:hover{
  background:rgba(255,255,255,.08);
  color:var(--green);
}

.dropdown.open > .submenu{
  display:block !important;
}
.quote-box{
  margin:20px 0;
  padding:16px 20px;
  border-left:4px solid #c8017f;
  background:rgba(255,255,255,.22);
  font-style:italic;
  color:#b50073;
  font-family: Georgia, serif;
font-size: 1.05rem;
line-height: 1.6;
}


@media (min-width:769px){
  .quote-box p{
    display:block !important;
    font-size:1rem;
  }
}


 .video-intro {
  margin-top: -4px;
  margin-bottom: 14px;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 16px;
  margin-top: 12px;
  margin-bottom: 18px;
}
  
.video-frame{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  border:0;
}
/* ===== MEIN YOGAWEG ===== */
.yogaweg-columns{
  column-count:2;
  column-gap:40px;
  column-rule:1px solid rgba(200,1,127,.18);
  margin-top:10px;
}
.yogaweg-columns h2{
  break-after:avoid;
}
.yogaweg-columns p,
.yogaweg-columns ul{
  break-inside:avoid;
}
.yogaweg-columns ul{
  border-left:1px solid rgba(200,1,127,.12);
  padding-left:14px;
  margin-left:4px;
}
.yogaweg-columns p{
  margin-bottom:10px;
}
.yogaweg-columns > *{
  padding-bottom:6px;
}
@media(max-width:768px){
  .yogaweg-columns{
    column-count:1;
  }
}
/* ===== YOGA ALS WEG ===== */
.yoga-cards{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin:20px 0 30px;
}
.yoga-card{
  flex:1;
  min-width:180px;
  padding:14px;
  text-align:center;
  border:1px solid rgba(200,1,127,.15);
  border-radius:16px;
  background:rgba(255,255,255,.22);
}
.yoga-card strong{
  color:#c8017f;
  font-family:Georgia,serif;
  font-size:1.2rem;
  font-weight:bold;
  display:block;
  margin-bottom:6px;
}
.yoga-card span{
  color:#c8017f;
  font-weight:normal;
}
/* ===== YOGATHERAPIE ===== */
.therapie-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
  margin:25px 0;
}
.therapie-card{
  background:rgba(255,255,255,.22);
  border-radius:18px;
  padding:18px;
  border:1px solid rgba(200,1,127,.12);
  box-shadow:0 8px 22px rgba(0,0,0,.08);
  transition:all .28s ease;
}
.therapie-card:hover{
  transform:translateY(-6px);
  box-shadow:
    0 14px 28px rgba(0,0,0,.14),
    0 0 22px rgba(200,1,127,.22);
}
.therapie-card h3{
  color:#c8017f;
  font-family:Georgia,serif;
  font-weight:normal;
  margin-bottom:8px;
}
.therapie-intro,
.therapie-info{
  margin:30px 0;
  padding:20px;
  background:rgba(255,255,255,.22);
  border-left:4px solid #c8017f;
  border-radius:12px;
}
.therapie-info h3{
  text-align:center;
  color:#c8017f;
  font-family:Georgia, serif;
  font-weight:normal;
}

.therapie-info p{
  font-style:italic;
  color:#c8017f;
  font-family:Georgia, serif;
  font-size:1rem;
}
.therapie-intro{
  color:#b50073;
  font-family:Georgia,serif;
  font-style:italic;
  font-size:1.05rem;
  line-height:1.6;
}
@media(max-width:768px){
  .therapie-grid{
    grid-template-columns:1fr;
  }
}
@media(max-width:768px){
  .mobile-hide{
    display:none !important;
  }
}
.offer-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
    margin:28px 0;
}

.offer-card{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;

    height:100%;
    min-height:390px;

    padding:22px;

    background:rgba(255,255,255,.22);
    border-radius:24px;
    border:1px solid rgba(200,1,127,.15);

    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

/* =====================================================
   HOME – ANGEBOTSKARTEN
   ===================================================== */
   .home-offer{
    display:flex;
    align-items:center;
    gap:24px;

    width:100%;

    padding:20px;

    border-radius:24px;

    background:rgba(255,255,255,.22);
    border:1px solid rgba(255,255,255,.45);

    box-shadow:0 4px 14px rgba(0,0,0,.08);
}
.home-offer-content{
    flex:1;
}
@media (max-width:768px){

    .home-offer p{
        font-size:0.85rem;
        line-height:1.55;
    }

}
.home-offer h3{
    font-size:1.7rem;
}
.home-offer h3{
    font-family:Georgia, serif;
    color:#c8017f;
    font-weight:normal;
    font-size:1.55rem;
    line-height:1.2;
    margin:8px 0 10px;
    text-align:center;
}
/* =====================================================
   LOTUS-TRENNER
   ===================================================== */

.lotus-divider{
    position:relative;

    width:80%;
    max-width:520px;
    height:30px;

    margin:6px auto 28px auto;
}

.lotus-divider::before,
.lotus-divider::after{
    content:"";
    position:absolute;
    top:15px;

    width:calc(50% - 26px);
    height:1px;

    background:rgba(200,1,127,.28);
}

.lotus-divider::before{
    left:0;
}

.lotus-divider::after{    
    right:0;
}

.lotus-divider{
    background:url("../images/lotus_web_cropped.png") center center no-repeat;
    background-size:30px auto;
}
/* ==========================================
   Weiterlesen-Komponente
   ========================================== */

.more-content{
    overflow:hidden;
    max-height:0;
    opacity:0;
    transition:
        max-height .9s cubic-bezier(.22,.61,.36,1),
    opacity .45s ease;
}

.more-content.open{
    opacity:1;
}

.more-toggle{
    color:var(--magenta);
    text-decoration:none;
    cursor:pointer;
    white-space:nowrap;
    transition:
        color .25s ease,
        letter-spacing .25s ease;
}

.more-toggle:hover{
    color:var(--green);
    letter-spacing:.02em;
}
.business-contact a{
    color:var(--magenta);      /* Hausrot */
    text-decoration:none;      /* keine Unterstreichung */
    transition:color .25s ease;
}

.business-contact a:hover{
    color:var(--green);        /* grüner Hover */
    text-decoration:none;      /* auch beim Hover keine Unterstreichung */
}
/* ==========================================================
   MOBILER Weiterlesen-Standard
   Desktop = kompletter Text
   Mobil = einklappbar
========================================================== */

/* Desktop */
.more-toggle{
display:none;
color:#c8017f;
text-decoration:none;
font-weight:600;
transition:.25s ease;
}

.more-toggle:hover{
color:#A6BE8A;
text-decoration:underline;
}

.more-content{
display:block;
overflow:visible;
opacity:1;
max-height:none;
transition:max-height .45s ease, opacity .35s ease;
}

/* Inline-Version innerhalb eines Absatzes */
.more-content-inline{
display:inline;
}

/* Nur Mobil */
@media (max-width:768px){

.more-toggle{
display:inline;
margin-left:6px;
}

.more-content{
display:block;
overflow:hidden;
max-height:0;
opacity:0;
}

.more-content.open{
opacity:1;
}

.more-content-inline{
display:inline;
overflow:hidden;
max-height:0;
opacity:0;
}

.more-content-inline.open{
opacity:1;
}

}
/* =====================================================
   VERANSTALTUNGSORT
   ===================================================== */

.location-card{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:22px;

    margin:28px 0;

    padding:12px;

    background:rgba(255,255,255,.22);
    border:1px solid rgba(200,1,127,.15);
    border-radius:24px;

    box-shadow:0 8px 22px rgba(0,0,0,.08);
}

.location-icon{
    width:28px;
    height:28px;
    flex-shrink:0;
    margin-top:-2px;
}
.location-header{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:6px;
}
.location-header h3{
    margin:0;
    color:#c8017f;
    font-family:Georgia, serif;
    font-weight:normal;
    font-size:1.6rem;
}






.location-content .bm{
    color:#c8017f;
}

.location-content .by{
    color:var(--green);
}

.location-address{
    margin-top:8px;
    margin-left:38px;
}
.location-address strong{
    display:block;
    margin:0;
    font-size:1.2rem;
    font-weight:600;
    line-height:1.25;
}

.location-address p{
    margin:6px 0 0 0;
    line-height:1.45;
}

.location-content strong{
    display:block;
    margin:0;
    font-size:1.2rem;
    font-weight:600;
    line-height:1.25;
}
.location-actions{
    margin-left:auto;
}


.route-btn{
    display:inline-block;

    padding:8px 14px;

    background:var(--green);
    color:#fff;
    text-decoration:none;

    border-radius:8px;

    font-size:.9rem;
    font-weight:bold;

    transition:.25s ease;
}

.route-btn:hover{
    background:#5ab300;
}

@media (max-width:768px){

.location-card{
    display:block;
    padding:18px;
}

.location-content{
    width:100%;
}

.location-header{
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:flex-start;
    gap:10px;
    margin-bottom:3px;
}

.location-icon{
    width:24px;
    height:24px;
    margin:0;
}

.location-content h3{
    margin:0;
    font-size:1.6rem;
}

.location-address{
    margin:0 0 0 34px;
}

.location-content strong{
    display:block;
    margin-bottom:4px;
    font-size:1.25rem;
    line-height:1.3;
    text-align:left;
}

.location-content p{
    margin:0;
    line-height:1.6;
    text-align:left;
}

.route-btn{
    display:inline-block;
    width:auto;
    max-width:none;
    margin:0;
}

.location-actions{
    text-align:right;
    margin-top:4px;
}

}
/* =====================================================
   Abschnittsüberschriften Angebote
   ===================================================== */

.section-heading{

    text-align:center;

    font-family:Georgia, serif;
    font-weight:normal;

    font-size:1.7rem;

    color:var(--magenta);

    margin:36px 0 22px;

    padding-top:18px;

    border-top:1px solid rgba(200,1,127,.18);

}
/* =====================================================
   PORTRAIT – YOGAFREIZEITEN
   ===================================================== */

.portrait-retreat{

    box-shadow:

        0 0 25px rgba(210,235,255,.70),
        0 0 60px rgba(185,220,255,.50),
        0 0 120px rgba(170,210,255,.30),
        0 0 180px rgba(200,235,255,.18),
        0 18px 26px rgba(0,0,0,.15);

}