@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&family=Playfair+Display:ital@1&display=swap');
:root{--green:#5c8f70;--deep:#2f654a;--ink:#292e2b;--cream:#fbfaf5;--soft:#e9efe5}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Montserrat,Arial,sans-serif}
.hero{position:relative;min-height:100svh;overflow:hidden;background:radial-gradient(circle at 53% 35%,#fff 0,#fdfcf8 50%,#faf8f1 100%);padding:30px 24px 150px}



.content{position:relative;z-index:3;width:min(1080px,calc(100% - 80px));margin:0 auto;text-align:center}
.logo{display:block;width:310px;height:230px;object-fit:contain;margin:-26px auto 5px}
.leaves{
position:absolute;z-index:1;left:0;top:0;
width:min(430px,28vw);height:650px;
object-fit:cover;object-position:left top;pointer-events:none;
-webkit-mask-image:
  linear-gradient(to right,#000 0%,#000 38%,rgba(0,0,0,.96) 46%,rgba(0,0,0,.78) 55%,rgba(0,0,0,.48) 64%,rgba(0,0,0,.20) 72%,transparent 82%),
  linear-gradient(to bottom,#000 0%,#000 66%,rgba(0,0,0,.88) 74%,rgba(0,0,0,.52) 84%,rgba(0,0,0,.16) 93%,transparent 100%);
-webkit-mask-composite:source-in;
mask-image:
  linear-gradient(to right,#000 0%,#000 38%,rgba(0,0,0,.96) 46%,rgba(0,0,0,.78) 55%,rgba(0,0,0,.48) 64%,rgba(0,0,0,.20) 72%,transparent 82%),
  linear-gradient(to bottom,#000 0%,#000 66%,rgba(0,0,0,.88) 74%,rgba(0,0,0,.52) 84%,rgba(0,0,0,.16) 93%,transparent 100%);
mask-composite:intersect;
}
.quote-shape{position:absolute;z-index:0;right:-80px;top:-100px;width:480px;height:380px;border-radius:50%;background:radial-gradient(circle,rgba(224,235,221,.94) 0,rgba(240,245,237,.72) 65%,rgba(255,255,255,0) 66%);box-shadow:0 0 0 22px rgba(237,242,234,.28),0 0 0 44px rgba(248,249,245,.5)}
.quote{position:absolute;z-index:3;right:5.5vw;top:35px;width:310px;text-align:center;font:italic 18px/1.55 "Playfair Display",Georgia,serif;color:#46564d}
.quote i,.claim i,.motto i{display:block;width:58px;border-top:1px solid var(--green);margin:18px auto 0}
h1{margin:0;font-size:clamp(28px,2.15vw,38px);line-height:1.2;font-weight:400;letter-spacing:-.6px}
h1 strong{color:var(--green);font-weight:600}.rule{display:block;width:62px;border-top:2px solid var(--green);margin:18px auto}
.copy{max-width:970px;margin:0 auto}.copy p{font-size:15.5px;line-height:1.55;margin:0 0 17px}
.services{display:grid;grid-template-columns:repeat(5,1fr);max-width:1030px;margin:22px auto 0}
.service{position:relative;text-align:center;padding:0 18px}.service+.service:before{content:"";position:absolute;left:0;top:15px;height:54px;border-left:1px solid #d4dbd3}
.icon{display:grid;place-items:center;width:64px;height:64px;margin:0 auto 10px;border-radius:50%;background:var(--soft);color:#3d7457;font:38px Georgia,serif}
.bubble:after{content:"";width:31px;height:31px;border:2px solid #3d7457;border-radius:50%}.diamond,.heart{font-size:42px}
.service b{display:block;text-transform:uppercase;font-size:10.5px;letter-spacing:2px;font-weight:600}
.cta{display:flex;align-items:center;justify-content:center;gap:26px;width:365px;height:50px;margin:30px auto 26px;border-radius:28px;background:linear-gradient(90deg,#4d805f,#619677);color:#fff;text-decoration:none;font-size:15px}.cta span{font-size:23px}
.contact-grid{display:grid;grid-template-columns:235px 365px 1fr;gap:26px;align-items:center;max-width:1020px;margin:0 auto;text-align:left}
.claim{font:italic 29px/1.12 "Playfair Display",Georgia,serif;color:#3e7256;transform:rotate(-2deg)}.claim i{margin-left:0}
.persons{display:flex;gap:38px;justify-content:center;text-align:center}.persons article{margin:0}.persons figure{position:relative;width:130px;height:130px;margin:0}
.persons figure:before{content:"";position:absolute;inset:-7px;border:1px solid #699879;border-top-color:transparent;border-right-color:transparent;border-radius:50%;transform:rotate(-20deg)}
.persons img{width:130px;height:130px;border-radius:50%;object-fit:cover;display:block}.persons h2{font-size:16px;font-weight:400;margin:10px 0 0}
address{display:flex;align-items:flex-start;gap:18px;border-left:1px solid #8da393;padding:12px 0 12px 28px;font-style:normal;font-size:14px;line-height:1.65}address p{margin:0}address strong{color:#4d7e60}.pin{color:var(--green);font-size:22px}
.waves{position:absolute;z-index:2;left:31%;right:-9%;bottom:-75px;height:220px;transform:rotate(-6deg);transform-origin:right bottom}.waves span{position:absolute;inset:auto 0 0;height:180px;border-radius:60% 0 0 0}.waves span:nth-child(1){background:rgba(134,164,136,.48)}.waves span:nth-child(2){left:15%;bottom:-42px;background:rgba(91,137,103,.50)}.waves span:nth-child(3){left:31%;bottom:-82px;background:rgba(56,104,72,.53)}
.motto{position:absolute;z-index:4;right:5vw;bottom:28px;text-align:center;color:white;font-size:10px;line-height:1.95;letter-spacing:3px}.motto i{border-color:white;margin-top:10px}

@media(max-width:1100px){
.hero{padding-top:18px}.content{width:min(860px,calc(100% - 48px))}.leaves{width:250px;opacity:.55}.quote{right:25px;font-size:16px}.logo{width:280px}
.contact-grid{grid-template-columns:180px 330px 1fr}.persons{gap:24px}.persons figure,.persons img{width:112px;height:112px}
}
@media(max-width:820px){
.hero{padding:20px 18px 180px}.content{width:100%}.leaves{width:190px;height:380px;opacity:.25}.quote-shape{right:-210px;top:-130px}.quote{display:none}.logo{width:245px;height:190px;margin:-25px auto 10px}
h1{font-size:27px}.copy{max-width:650px}.copy p{font-size:14.5px}
.services{grid-template-columns:repeat(2,1fr);gap:24px 0;margin-top:28px}.service+.service:before{display:none}.service:last-child{grid-column:1/3}.icon{width:58px;height:58px}
.contact-grid{grid-template-columns:1fr;margin-top:10px;text-align:center}.claim{display:none}.persons{justify-content:center}.persons figure,.persons img{width:125px;height:125px}
address{border-left:0;border-top:1px solid #cfd9d1;padding:20px 0 0;justify-content:center;text-align:left;max-width:360px;margin:0 auto}
.waves{left:-20%;right:-30%;height:180px}.motto{display:none}
}
@media(max-width:480px){
.hero{padding:10px 16px 160px}.leaves{width:145px;height:280px}.logo{width:215px;height:170px}
h1{font-size:23px;line-height:1.25}.rule{margin:14px auto}.copy p{font-size:13.5px;line-height:1.55}
.services{gap:18px 0}.service{padding:0 5px}.service b{font-size:9px;letter-spacing:1.35px}.icon{width:52px;height:52px;font-size:31px}
.cta{width:100%;max-width:340px;font-size:14px;margin-top:25px}
.persons{gap:22px}.persons figure,.persons img{width:105px;height:105px}.persons h2{font-size:14px}
address{font-size:13px}.waves{bottom:-95px}
}
.intro,.copy,.services,.cta,.contact-grid{position:relative;z-index:4}
@media(max-width:1100px){
.leaves{-webkit-mask-image:linear-gradient(to right,#000 0%,rgba(0,0,0,.75) 40%,transparent 78%);mask-image:linear-gradient(to right,#000 0%,rgba(0,0,0,.75) 40%,transparent 78%)}

}
@media(max-width:820px){
.leaves{opacity:.18;-webkit-mask-image:linear-gradient(to right,#000 0%,transparent 82%);mask-image:linear-gradient(to right,#000 0%,transparent 82%)}

}

@media(max-width:1100px){
.leaves{
-webkit-mask-image:linear-gradient(to right,#000 0%,rgba(0,0,0,.82) 42%,rgba(0,0,0,.35) 65%,transparent 84%),
linear-gradient(to bottom,#000 0%,#000 65%,rgba(0,0,0,.45) 86%,transparent 100%);
-webkit-mask-composite:source-in;
mask-image:linear-gradient(to right,#000 0%,rgba(0,0,0,.82) 42%,rgba(0,0,0,.35) 65%,transparent 84%),
linear-gradient(to bottom,#000 0%,#000 65%,rgba(0,0,0,.45) 86%,transparent 100%);
mask-composite:intersect;
}}

/* V7: exact supplied portraits, clean circular clipping */
.persons figure{
  overflow:hidden;
  border-radius:50%;
  background:#fff;
}
.persons figure img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  border-radius:50%;
  display:block;
}

/* V8 PROFILE FIX */
.persons figure {
  position: relative;
  width: 130px;
  height: 130px;
  margin: 0;
  border-radius: 50%;
  overflow: visible;
  background: transparent;
}
.persons figure::before {
  content: "";
  position: absolute;
  inset: -7px;
  z-index: 0;
  border: 1px solid #699879;
  border-top-color: transparent;
  border-right-color: transparent;
  border-radius: 50%;
  transform: rotate(-20deg);
  pointer-events: none;
}
.persons figure img {
  position: relative;
  z-index: 1;
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center center;
  background: #fff;
  clip-path: circle(50% at 50% 50%);
}
@media(max-width:820px){
  .persons figure{width:125px;height:125px}
  .persons figure img{width:125px;height:125px}
}
@media(max-width:480px){
  .persons figure{width:105px;height:105px}
  .persons figure img{width:105px;height:105px}
}

/* V9 Google Maps route button */
.address-content{display:flex;flex-direction:column;align-items:flex-start}
.maps-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  margin-top:12px;
  padding:9px 16px;
  border:1px solid #5c8f70;
  border-radius:999px;
  color:#4d7e60;
  background:rgba(255,255,255,.5);
  text-decoration:none;
  font-size:12.5px;
  line-height:1;
  transition:background .2s ease,color .2s ease,transform .2s ease;
}
.maps-button:hover,.maps-button:focus-visible{
  background:#5c8f70;
  color:#fff;
  transform:translateY(-1px);
}
.maps-button span{font-size:17px;line-height:1}
@media(max-width:820px){
  .address-content{align-items:flex-start}
  .maps-button{margin-top:10px}
}

/* V10 person website links */
.person-card{margin:0;text-align:center}
.person-link{
  display:flex;
  flex-direction:column;
  align-items:center;
  color:inherit;
  text-decoration:none;
}
.person-link h2{transition:color .2s ease}
.person-web{
  display:block;
  margin-top:4px;
  color:#5c8f70;
  font-size:10.5px;
  letter-spacing:.2px;
  opacity:.82;
  transition:opacity .2s ease,transform .2s ease;
}
.person-link:hover h2,.person-link:focus-visible h2{color:#4d7e60}
.person-link:hover .person-web,.person-link:focus-visible .person-web{opacity:1;transform:translateX(2px)}
.person-link:focus-visible{outline:2px solid #5c8f70;outline-offset:8px;border-radius:12px}

/* CTA removed: tighten spacing between services and contact row */
.contact-grid{margin-top:28px}
@media(max-width:820px){.contact-grid{margin-top:30px}}

/* V11: Motto unten rechts deutlich lesbarer */
.motto{
  z-index:10;
  right:4.5vw;
  bottom:24px;
  color:#ffffff;
  font-size:11px;
  font-weight:600;
  line-height:2;
  letter-spacing:3.2px;
  text-shadow:0 1px 4px rgba(35,65,47,.55);
}
.motto::before{
  content:"";
  position:absolute;
  z-index:-1;
  left:50%;
  top:50%;
  width:180px;
  height:112px;
  transform:translate(-50%,-50%);
  border-radius:60%;
  background:radial-gradient(ellipse,rgba(53,101,72,.60) 0%,rgba(53,101,72,.34) 52%,rgba(53,101,72,0) 76%);
  pointer-events:none;
}
.motto i{
  width:48px;
  border-color:rgba(255,255,255,.95);
  margin-top:10px;
  filter:drop-shadow(0 1px 2px rgba(35,65,47,.45));
}

/* V12 – Motto als Bestandteil der Welle, ohne Badge/Glow */
.motto{
  z-index:10;
  right:4.8vw;
  bottom:10px;
  color:#fff;
  font-size:10px;
  font-weight:500;
  line-height:1.9;
  letter-spacing:3px;
  text-shadow:none;
}
.motto::before{
  display:none !important;
  content:none !important;
}
.motto i{
  width:46px;
  margin-top:9px;
  border-top:1px solid rgba(255,255,255,.95);
  filter:none;
}

/* Die dunkelste Welle wird rechts höher gezogen, damit das Motto vollständig
   auf der grünen Fläche steht und optisch zur restlichen Gestaltung gehört. */
.waves span:nth-child(3){
  left:26%;
  bottom:-48px;
  height:205px;
  background:rgba(56,104,72,.62);
}

@media(max-width:1100px){
  .motto{right:3.5vw;bottom:8px}
}

/* V17 – kompletter Services-Fix */
.service .icon{
  display:grid;
  place-items:center;
  width:66px;
  height:66px;
}
.service-svg{
  width:44px;
  height:44px;
  fill:none;
  stroke:#367457;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.contact-intro{
  margin:24px auto 0;
  text-align:center;
  color:#4d7e60;
  font-size:16px;
  line-height:1.4;
}
.contact-intro strong{font-weight:600}
.contact-intro::after{
  content:"";
  display:block;
  width:48px;
  margin:10px auto 0;
  border-top:1px solid #5c8f70;
}
.contact-grid{margin-top:18px}

@media(max-width:820px){
  .service .icon{width:60px;height:60px}
  .service-svg{width:40px;height:40px}
  .contact-intro{margin-top:26px;font-size:15px}
}
@media(max-width:480px){
  .service .icon{width:54px;height:54px}
  .service-svg{width:36px;height:36px}
  .contact-intro{font-size:14px}
}

/* V18 – Psychotherapie-Icon klarer und näher an der freigegebenen Vorlage */
.psychotherapy-svg{
  width:46px;
  height:46px;
  stroke-width:2.15;
}

/* V19 – Psychotherapie: echtes Kopfprofil statt abstrakter Kopfform */
.psychotherapy-svg{
  width:48px;
  height:48px;
  stroke-width:2;
}

/* V20 – Mobile: Logo oben vollständig sichtbar */
@media(max-width:820px){
  .hero{
    padding-top:26px;
  }
  .logo{
    width:245px;
    height:auto;
    max-height:none;
    object-fit:contain;
    margin:0 auto 24px;
  }
}
@media(max-width:480px){
  .hero{
    padding-top:22px;
  }
  .logo{
    width:215px;
    height:auto;
    max-height:none;
    margin:0 auto 22px;
  }
}

/* V21 – Zitat auch auf Tablet und Smartphone sichtbar */
@media(max-width:820px){
  .quote-shape{
    display:block;
    right:-95px;
    top:-72px;
    width:310px;
    height:245px;
    opacity:.82;
  }
  .quote{
    display:block;
    position:absolute;
    z-index:4;
    top:18px;
    right:12px;
    width:190px;
    font-size:12.5px;
    line-height:1.45;
  }
  .quote i{
    width:40px;
    margin-top:10px;
  }
  /* Logo bekommt Platz, damit Zitat und Logo sich nicht überlagern */
  .logo{
    margin-top:58px;
  }
}
@media(max-width:480px){
  .quote-shape{
    right:-105px;
    top:-82px;
    width:270px;
    height:220px;
  }
  .quote{
    top:14px;
    right:5px;
    width:160px;
    font-size:11px;
    line-height:1.4;
  }
  .quote i{
    width:34px;
    margin-top:8px;
  }
  .logo{
    margin-top:72px;
  }
}

/* V22 – Blätter entfernt; linke Seite greift die ruhige Formensprache rechts auf */
.leaves{display:none !important}

/* dezente organische Fläche links oben, analog zur Zitatgestaltung rechts */
.hero::before{
  content:"";
  position:absolute;
  z-index:0;
  left:-145px;
  top:-125px;
  width:470px;
  height:390px;
  border-radius:50%;
  background:
    radial-gradient(circle at 56% 55%,
      rgba(224,235,221,.80) 0%,
      rgba(239,245,237,.58) 57%,
      rgba(255,255,255,0) 59%);
  box-shadow:
    0 0 0 22px rgba(237,242,234,.20),
    0 0 0 44px rgba(248,249,245,.34);
  pointer-events:none;
}

/* feine asymmetrische Linie als Gegenstück zu den Linien beim Logo/Zitat */
.hero::after{
  content:"";
  position:absolute;
  z-index:1;
  left:62px;
  top:118px;
  width:112px;
  height:112px;
  border-left:1px solid rgba(92,143,112,.65);
  border-bottom:1px solid rgba(92,143,112,.65);
  border-radius:0 0 0 100%;
  transform:rotate(17deg);
  pointer-events:none;
}

@media(max-width:820px){
  .hero::before{
    left:-135px;
    top:-105px;
    width:330px;
    height:285px;
    opacity:.72;
  }
  .hero::after{
    left:22px;
    top:98px;
    width:72px;
    height:72px;
    opacity:.55;
  }
}
@media(max-width:480px){
  .hero::before{
    left:-125px;
    top:-90px;
    width:270px;
    height:235px;
    opacity:.60;
  }
  .hero::after{
    left:10px;
    top:88px;
    width:56px;
    height:56px;
    opacity:.42;
  }
}

/* V23 – linke obere Ecke bewusst ruhig halten */
.hero::before,
.hero::after{
  display:none !important;
  content:none !important;
}

/* Zitat rechts bleibt als alleiniger oberer Seitenakzent erhalten. */

/* V24 – Praxisgalerie */
.praxis-link-wrap{margin:24px auto 4px;text-align:center}
.praxis-link{display:inline-flex;align-items:center;gap:12px;padding:10px 18px;border:1px solid #5c8f70;border-radius:999px;color:#4d7e60;text-decoration:none;font-size:12.5px;background:rgba(255,255,255,.45);transition:.2s ease}
.praxis-link:hover,.praxis-link:focus-visible{background:#5c8f70;color:#fff;transform:translateY(-1px)}
.praxis-page{background:#fbfaf5}
.praxis-main{position:relative;min-height:100svh;overflow:hidden;padding:28px 24px 150px;background:radial-gradient(circle at 50% 22%,#fff 0,#fdfcf8 52%,#faf8f1 100%)}
.praxis-quote-shape{position:absolute;right:-110px;top:-145px;width:430px;height:350px;border-radius:50%;background:radial-gradient(circle,rgba(224,235,221,.82) 0,rgba(240,245,237,.55) 64%,transparent 66%);box-shadow:0 0 0 22px rgba(237,242,234,.20),0 0 0 44px rgba(248,249,245,.36)}
.praxis-header{position:relative;z-index:2;max-width:920px;margin:0 auto 34px;text-align:center}
.praxis-logo-link{display:inline-block}.praxis-logo{display:block;width:250px;height:175px;object-fit:contain;margin:-24px auto 0}
.back-link{display:flex;align-items:center;justify-content:center;gap:9px;width:max-content;margin:-8px auto 24px;color:#5c8f70;text-decoration:none;font-size:12px}
.back-link:hover{text-decoration:underline}
.praxis-header h1{font-size:clamp(30px,3vw,44px);font-weight:400;margin:0}.praxis-header h1 strong{color:#5c8f70;font-weight:600}
.praxis-header p{max-width:720px;margin:16px auto 0;font-size:15px;line-height:1.65}
.praxis-gallery{position:relative;z-index:2;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;max-width:1120px;margin:0 auto}
.gallery-item{appearance:none;border:0;padding:0;background:none;overflow:hidden;border-radius:3px;cursor:zoom-in;box-shadow:0 8px 28px rgba(46,63,52,.08)}
.gallery-item img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease,filter .35s ease}
.gallery-wide{aspect-ratio:16/9}.gallery-tall{aspect-ratio:4/5}
.gallery-item:hover img{transform:scale(1.018);filter:brightness(.97)}
.praxis-bottom{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:flex-end;max-width:1120px;margin:32px auto 0;padding:0 6px}
.praxis-script{margin:0;font:italic 27px/1.15 "Playfair Display",Georgia,serif;color:#3e7256;transform:rotate(-2deg)}
.praxis-script i{display:block;width:52px;border-top:1px solid #5c8f70;margin:14px 0 0}
.praxis-waves{position:absolute;z-index:1;left:28%;right:-8%;bottom:-82px;height:210px;transform:rotate(-5deg);transform-origin:right bottom}
.praxis-waves span{position:absolute;inset:auto 0 0;height:170px;border-radius:60% 0 0 0}
.praxis-waves span:nth-child(1){background:rgba(134,164,136,.42)}.praxis-waves span:nth-child(2){left:15%;bottom:-42px;background:rgba(91,137,103,.46)}.praxis-waves span:nth-child(3){left:31%;bottom:-82px;background:rgba(56,104,72,.50)}
.lightbox{position:fixed;z-index:1000;inset:0;display:none;place-items:center;padding:28px;background:rgba(22,31,26,.88);backdrop-filter:blur(4px)}
.lightbox.open{display:grid}.lightbox img{max-width:min(1400px,94vw);max-height:90vh;object-fit:contain;box-shadow:0 20px 70px rgba(0,0,0,.35)}
.lightbox-close{position:fixed;z-index:1001;right:24px;top:18px;width:44px;height:44px;border:0;border-radius:50%;background:rgba(255,255,255,.92);color:#315f48;font-size:30px;line-height:1;cursor:pointer}.no-scroll{overflow:hidden}
@media(max-width:820px){.praxis-main{padding:20px 16px 130px}.praxis-logo{width:220px;height:auto;margin:0 auto 18px}.back-link{margin:0 auto 22px}.praxis-header{margin-bottom:26px}.praxis-header p{font-size:14px}.praxis-gallery{grid-template-columns:1fr;gap:14px}.gallery-wide{aspect-ratio:16/10}.gallery-tall{aspect-ratio:4/5}.praxis-bottom{align-items:center;gap:22px}.praxis-script{font-size:23px}}
@media(max-width:480px){.praxis-main{padding:18px 12px 115px}.praxis-logo{width:205px}.praxis-header h1{font-size:28px}.praxis-header p{font-size:13.5px}.gallery-item{border-radius:2px}.praxis-bottom{flex-direction:column;align-items:center;text-align:center}.praxis-script i{margin-left:auto;margin-right:auto}.lightbox{padding:12px}.lightbox-close{right:12px;top:12px}}

/* V25 – Praxisräume-Link ganz unten */
.praxis-link-bottom{
  position:absolute;
  z-index:6;
  left:50%;
  bottom:34px;
  transform:translateX(-50%);
  margin:0;
  width:max-content;
}
@media(max-width:820px){
  .praxis-link-bottom{bottom:30px}
}
@media(max-width:480px){
  .praxis-link-bottom{bottom:26px}
  .praxis-link-bottom .praxis-link{font-size:12px;padding:9px 15px}
}

/* V27 – Praxisräume-Link direkt unter dem Kontaktbereich */
.praxis-link-bottom{
  position:relative !important;
  z-index:6;
  left:auto !important;
  bottom:auto !important;
  transform:none !important;
  width:max-content;
  margin:52px auto 0 !important;
}
@media(max-width:820px){.praxis-link-bottom{margin-top:38px !important;}}
@media(max-width:480px){.praxis-link-bottom{margin-top:32px !important;}}

/* V28 – Praxisräume-Link responsiv an den Kontaktblock anbinden.
   Kein absolutes Positionieren, damit er bei großen Auflösungen nicht absackt
   und mobil sicher oberhalb der Abschlussgrafik bleibt. */
.praxis-link-bottom{
  position:relative !important;
  z-index:7 !important;
  left:auto !important;
  right:auto !important;
  bottom:auto !important;
  top:auto !important;
  transform:none !important;
  display:block;
  width:max-content;
  max-width:calc(100% - 32px);
  margin:30px auto 0 !important;
}

@media(min-width:1400px){
  .praxis-link-bottom{
    margin-top:24px !important;
  }
}

@media(max-width:820px){
  .praxis-link-bottom{
    margin:26px auto 70px !important;
  }
}

@media(max-width:480px){
  .praxis-link-bottom{
    margin:24px auto 82px !important;
    max-width:calc(100% - 24px);
  }
  .praxis-link-bottom .praxis-link{
    white-space:nowrap;
  }
}

/* V29 – Praxis-Link sitzt nun innerhalb des Content-Flows direkt nach contact-grid */
.praxis-link-bottom{
  position:relative !important;
  z-index:8 !important;
  inset:auto !important;
  transform:none !important;
  display:block !important;
  width:max-content !important;
  max-width:calc(100% - 24px) !important;
  margin:30px auto 0 !important;
}

@media(max-width:820px){
  .praxis-link-bottom{
    margin:28px auto 0 !important;
  }
  /* genügend eigener Raum nach dem Content, bevor die Abschlusswellen beginnen */
  .hero{
    padding-bottom:210px !important;
  }
}

@media(max-width:480px){
  .praxis-link-bottom{
    margin:26px auto 0 !important;
  }
  .hero{
    padding-bottom:195px !important;
  }
  .praxis-link-bottom .praxis-link{
    white-space:nowrap;
    font-size:11.5px;
    padding:9px 14px;
  }
}
