.footer{display:flex;justify-content:space-between;padding:10px;background-color:#cdab81;color:#000;font-family:Lato,sans-serif}.left-container{display:flex;flex-direction:row}.left-bottom{display:flex;flex-direction:column;justify-content:center;gap:1rem;padding:0 1rem;background-color:#fce7aa;border-radius:10px}.left-bottom button{font-family:Roboto Slab,serif;font-size:1.2rem;padding:12px 25px;background-color:#000;color:#fce7aa;border-radius:8px;transform:translate(-50%);border:none;cursor:pointer;margin-left:55px}.contact-item{display:flex;align-items:center;gap:.5rem;min-width:144px}.contact-item .icon{color:#333;flex-shrink:0}.contact-item a{text-decoration:none;color:#000;font-weight:700;flex-grow:1}.map-container{width:400px;margin-left:20px;border-radius:5px}.map-container iframe{width:100%;height:100%}.banner{width:100%;max-width:400px;height:auto;margin-bottom:1rem;min-width:345px}.bottom{text-align:start;margin-top:1rem}.bottom a{text-decoration:none;color:#000;font-weight:700}.bottom a:hover{text-decoration:underline}@media (max-width:1200px){.left-container{flex-direction:column}.left-bottom{flex-direction:row}}@media (max-width: 830px){.map-container{display:flex;justify-content:flex-end;margin-left:0}.map-container iframe{width:200px;height:200px;margin-left:0}}@media (max-width: 768px){.banner{width:100%;max-width:100%}.left-container{max-width:100%;padding-right:0}}@media (max-width:660px){.left-bottom{flex-direction:column}}@media (max-width: 550px){.footer{flex-direction:column}.left-bottom{align-items:center}.map-container{height:150px;width:100%}.contact-item a{font-size:small}.map-container{padding:1rem 0;margin-bottom:2rem;justify-content:center}.map-container iframe{width:100%}}html,body{margin:0;overflow-x:hidden}.home-below{max-width:1200px;margin:0 auto;display:flex;flex-direction:row;align-items:flex-start}.home-timeline{width:70%;z-index:1}.home-timeline h4{font-family:Roboto Slab,serif;font-size:2rem;text-align:center;padding-bottom:2rem}.eva-long{width:auto;height:auto;border-radius:50%;margin-left:2rem;max-height:600px;object-fit:contain;border:7px solid;border-color:#fff;z-index:1;margin-top:5rem}.review-caro{max-width:1200px;width:45%;margin-left:53%;margin-top:-15rem}.review-caro h4{font-family:Roboto Slab,serif;text-align:center;font-size:2rem;margin-bottom:.5rem}@media (max-width: 768px){.home-below{flex-direction:column-reverse;align-items:center;margin-left:-2rem}.eva-long{width:350px;height:350px;border-radius:50%;object-fit:cover;object-position:50% calc(50% + 110px)}.home-top-container p{font-size:1.2rem}}@media (max-width: 600px){.home-text-content button{left:85vw;margin-top:-200px}}@media (max-width:480px){.eva-long{margin-top:-15px}.home-text-content button{font-size:1rem;max-width:20%;padding:10px}.home-text-content p{font-size:1rem}}.timeline-container{position:relative;max-width:1300px;margin:0 auto;padding-left:20px}.timeline-line{position:absolute;left:20px;top:0;width:3px;height:100%;background-color:#000}.timeline-item{display:flex;align-items:center;margin-bottom:1.5rem;position:relative;margin-left:20px;top:-40px;opacity:0;transform:translateY(20px);animation:fadeInUp 1s forwards;margin-top:-30px}.timeline-dot{width:15px;height:15px;background-color:#000;border-radius:50%;position:absolute;margin-top:40px;left:-26px;animation:explode .5s ease-out forwards}.timeline-content{margin-left:1rem;opacity:0;animation:fadeIn .5s .5s forwards}.timeline-content h3{font-family:Roboto Slab,serif;font-size:1.5rem;text-align:start}.letter{display:inline-block;opacity:0;transform:translateY(10px);animation:reveal .6s forwards}@keyframes explode{0%{transform:scale(1);background-color:#000}50%{transform:scale(1.5);background-color:#719cbe}to{transform:scale(1);background-color:#ff5722}}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}@keyframes reveal{to{opacity:1;transform:translateY(0)}}@media (max-width: 660px){.timeline-container{max-width:100%;margin-left:0;padding-left:0;padding-right:20px}.timeline-dot{left:-19px}.timeline-item{max-width:100%;margin-left:33px}}.contact-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:row}.info-con{margin-left:1.5rem}.contact-title{text-align:center;font-size:2rem;margin-bottom:1.5rem;color:#333}.contact-details{padding:.5rem;font-size:1.1rem;line-height:1.8;color:#555;display:flex;flex-direction:row;align-items:center;background-color:#fce7aa;border:2px solid gray;border-radius:10px}.contact-details img{border-radius:50%;max-height:200px;margin-right:20px}.contact-link{color:#007bff;text-decoration:none}.contact-link:hover{text-decoration:underline}.contact-message{margin-top:20px;font-size:1rem;color:#555;line-height:1.6}.c-contact{min-width:300px}@media (max-width: 768px){.c-contact{margin:0 auto;width:40rem}.contact-container{padding:15px;flex-direction:column;align-items:center}.contact-title{font-size:1.8rem}.contact-details,.contact-message{font-size:1rem}}@media (max-width: 480px){.contact-container{padding:10px}.contact-title{font-size:1.5rem}.contact-details,.contact-message{font-size:.9rem}.info-con{display:flex;flex-direction:column}}.contact-form-container{max-width:20rem;padding:20px;border:.7rem solid;border-color:#fff;background:#cdab81;text-align:center;display:flex;flex-direction:column;border-radius:50%/10%}.contact-form{display:flex;flex-direction:column;width:100%}.contact-form-container h2{margin-bottom:15px;font-family:Roboto Slab,serif}.contact-form input,.contact-form textarea{width:100%;padding:10px;margin-bottom:10px;border:1px solid #ccc;border-radius:5px;box-sizing:border-box}.contact-form textarea{height:100px;resize:vertical;font-family:Arial,Helvetica,sans-serif}.contact-form button{width:100%;padding:10px;border:none;background:#719cbe;color:#fff;border-radius:5px;cursor:pointer}.contact-form button:hover{background:#0056b3}.status-message{margin-top:10px;color:green}.section-line{width:80%;margin:2rem auto;border-top:2px solid #e5c100;opacity:.6}.home-top-container{position:relative;width:100%;text-align:center;min-height:350px}.offers-container{position:absolute;display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;margin:-10rem 1rem 0}.new-offer{max-width:80%;z-index:20;transform:translate(-1rem)}.offer-box{background:#fffbea;border:2px solid #e5c100;border-radius:12px;padding:1rem 1.2rem;box-shadow:0 6px 16px #00000026;max-width:250px;font-size:.95rem;line-height:1.4}.offer-box h4{margin-bottom:.5rem;font-size:1.1rem;color:#c38b00}.offer-box p{margin:0}.offer-box em{display:block;margin-top:.5rem;color:#444;font-style:italic}.home-top-container h3{margin-bottom:-15px;font-family:Lora,serif!important;font-size:3rem}.home-top-container h4{font-size:1.5rem;margin-top:.7rem;margin-bottom:1rem}.home-top-container p{font-family:Roboto Slab,serif;font-size:1.2rem;color:#000}.home-p{margin:0 20rem}.home-text-content button{font-family:Lato,sans-serif!important;font-size:1.2rem;padding:12px;background-color:#0009;color:#fff;border-radius:8px;position:absolute;left:50%;transform:translate(-50%);margin:20px auto 0;border:none;cursor:pointer;max-width:150px;width:100%}.home-text-content button:hover{background-color:#000c}.home-text-content{text-align:center;position:absolute;width:100%;z-index:2}.home-pic{width:100%;height:auto;max-height:400px;min-height:350px;object-fit:cover;z-index:0;border-bottom-left-radius:50% 10%;border-bottom-right-radius:50% 10%}.home-title{display:flex;flex-direction:row;align-items:center;justify-content:center;background-color:#fff;border-radius:10px;padding:15px 25px;margin-top:-30px;z-index:3}.home-title img{border-radius:50%;height:200px;z-index:3;border:white solid 5px}.home-title-box{background-color:#fff;border-radius:10px;padding:15px 25px}.home-title-box h3{font-size:2.5rem;border-bottom:black solid 3px}.behandlung-top-image{position:block;z-index:-1}.behandlung-content{max-width:1300px;width:100%;margin:0 auto}.behandlung-content{margin-top:-2rem}.b-shiatsu-top{display:flex;flex-direction:column;align-items:center;margin:0 1rem 2rem}.text-img{width:100%;display:flex;flex-direction:row;justify-content:space-between}.b-shiatsu-text{max-width:600px;opacity:0;transform:translateY(20px);animation:fadeInUp 1s forwards}.text-img img{width:600px;max-height:500px;object-fit:cover;margin-left:1rem}.top-r-side{display:flex;flex-direction:row;max-width:1000px;margin-top:3rem}.b-shiatsu-text h3{font-family:Roboto Slab,serif;font-size:2rem;margin:0;line-height:1.5;text-align:center}.b-shiatsu-text h4{font-family:Roboto Slab,serif;font-size:1.5rem;margin-bottom:rem;margin-top:0;text-align:center}.b-shiatsu-text p{font-family:Roboto Slab,serif;color:#000;font-size:1rem;line-height:1.7;margin-bottom:1.5rem}.ablauf{margin-left:6rem}.ablauf p{font-size:1rem;margin-left:3rem}.ablauf h2{padding-bottom:2rem}.b-middle{position:relative;width:105vw;max-width:105vw;left:50%;transform:translate(-50%);display:flex;justify-content:center;z-index:-1}.b-middle-pic{width:110vw;height:auto;max-height:600px;object-fit:cover;opacity:.8;border-bottom-left-radius:50% 10%;border-bottom-right-radius:50% 10%}.faszien{display:flex;flex-direction:column;align-items:center;margin-top:-2rem}.faszien-subtitle h4{font-size:24px;margin-top:0}.faszien-title h3{font-size:2.5rem;border-bottom:3px solid black;display:inline-block;align-self:center;margin-bottom:1rem}.faszien-text{display:flex;flex-direction:row;align-items:flex-start;justify-content:center;gap:2rem;width:100%;margin-top:1rem}.faszien-lists{flex:0 0 250px;display:flex;flex-direction:column;gap:2rem}.aktueller-box{flex:1;min-width:400px;max-width:500px;background:#fffbea;border:2px solid #e5c100;border-radius:12px;padding:1rem 1.2rem;box-shadow:0 6px 16px #00000026;font-size:.95rem;line-height:1.4}.faszien-lists.right{margin-left:-2rem}@media (max-width: 1070px){.faszien-text{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}.aktueller-box{order:-1;flex:1 1 100%;max-width:600px;margin:0 auto 2rem}.faszien-lists{flex:1 1 45%;max-width:300px}}.aktueller-box h4{margin-bottom:.5rem;font-size:1.1rem;color:#c38b00;margin-top:0}.aktueller-box p{margin:.5rem 0}.aktueller-box em{display:block;margin-top:.5rem;color:#444;font-style:italic}.faszien h4{font-size:24px;text-align:center;margin-bottom:0}.jin-shin{display:flex}.jin-text{width:50%;background-color:#fff;padding:0 2rem 1rem;border-radius:50% 50% 0 0;border:5px solid;border-color:#fff;margin-top:-3rem}.jin-text h3{text-align:center}.jin-text p{font-family:Roboto Slab,serif;line-height:1.7}.jin-check{margin:-2rem 2rem 0;background-color:#fff;padding:1rem 2rem;border-radius:50% 50% 0 0;border:5px solid;border-color:#fff;max-width:300px;max-height:250px}.home-bottom-review{margin-bottom:-1vw}.home-bottom-review h3{margin-bottom:-3rem;z-index:1}.box-b-review{display:flex;justify-content:center;align-items:center;position:relative;min-height:30vw}.review-div{z-index:1;min-width:400px;display:flex;flex-direction:column;justify-content:center}.home-bottom-review{padding-top:1rem}.box-b-review img{max-width:50%;position:absolute;z-index:-1}.center-review{z-index:1;background-color:#fff;border-radius:50%;padding-top:1rem}.side-image{left:0}.side-image2{right:0}.shiatsu{display:flex;flex-direction:column;align-items:center;margin-top:3rem}.shiatsu-title h3{font-size:2.5rem;margin-bottom:.3rem;text-align:center;line-height:1.2}.shiatsu-highlight{border-bottom:3px solid black;display:inline-block;padding-bottom:.2rem}.shiatsu-title h3{font-size:2.5rem;margin-bottom:.5rem;text-align:center;line-height:1.1}.shiatsu-title h4{font-size:1.5rem;text-align:center;margin-top:0;margin-bottom:.3rem}.shiatsu-text{display:flex;flex-direction:row;align-items:flex-start;justify-content:center;gap:2rem;width:100%;margin-top:1rem}.shiatsu-lists{flex:0 0 250px;display:flex;flex-direction:column;gap:2rem}.shiatsu-box{flex:1;min-width:400px;max-width:500px;background:#fffaf5;border:2px solid #CDAB81;border-radius:12px;padding:1rem 1.2rem;box-shadow:0 6px 16px #00000026;font-size:.95rem;line-height:1.4}.shiatsu-box h4{margin-bottom:.5rem;font-size:1.1rem;color:#a47f54;margin-top:0;text-align:center}.shiatsu-box p{margin:.5rem 0}.shiatsu-box em{display:block;margin-top:.5rem;color:#444;font-style:italic}.shiatsu-info p{margin:.3rem 0}.shiatsu-cta{margin-top:1rem;font-weight:500;text-align:center;color:#333}@media (max-width: 1070px){.shiatsu-text{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}.shiatsu-box{order:-1;flex:1 1 100%;max-width:600px;margin:0 auto 2rem}.shiatsu-lists{flex:1 1 45%;max-width:300px}}@media (max-width: 450px){.new-offer{display:flex;justify-content:center}.offer-box{flex-direction:column;text-align:center;padding:1rem}}@media (max-width: 1240px){.b-middle{margin-left:-40px}.jin-shin-heading{margin-left:40px}}@media (max-width: 960px){.home-top-container{margin-bottom:15vw}.home-p{margin:0 1rem}.offers-container{justify-content:space-around;margin:5rem 0rem}.b-shiatsu-text{width:100%;max-width:none}.text-img{flex-direction:column;margin-bottom:2rem}.text-img img{width:95%;max-width:none}.box-b-review{flex-direction:column;align-items:center;position:relative}.box-b-review img{position:relative;max-width:100%;margin:10px 0}.jin-shin{margin-top:10rem}}@media (max-width: 768px){.special-offer-banner{top:250px;font-size:.7rem}.home-text-content h3{font-size:2rem}.home-text-content h4{font-size:1.3rem}.home-text-content p{font-size:1rem}.b-shiatsu-top{flex-direction:column}.b-list-box{margin:-5rem auto 4rem}.ablauf{margin:0 auto}.behandlung-heading{left:0}.behandlung-content{border:0;padding-left:0}.top-r-side{flex-direction:column}.ablauf p{margin:0}.b-middle-pic{width:110vw;margin-left:70px}.jin-shin-heading{left:40%}.jin-shin{flex-direction:column}.jin-text{width:90%}.jin-check{margin:0 auto}}@media (max-width: 590px){.home-top-container{margin-bottom:15REM}.home-p{margin:0 1rem}.offers-container{margin-right:1rem}@media (max-width: 480px){.home-text-content button{font-size:1rem;padding:10px 20px}.home-title-box h3{font-size:1.5rem}}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}}.animated-list-container{width:300px;margin:0 auto;display:flex;flex-direction:column}.animated-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:15px;opacity:0;animation:fadeIn 1s forwards;margin:0 0 0 50px}.list-item{display:flex;align-items:center;opacity:0;transform:translateY(-20px);animation:fall .5s ease forwards;animation-delay:0s;transition:transform .5s ease,opacity .5s ease}.checkbox{margin-right:10px;-webkit-appearance:none;-moz-appearance:none;appearance:none;min-width:20px;height:20px;border:2px solid #333;border-radius:4px;background-color:#fff;transition:background-color .3s ease;position:relative}.checkbox:checked{background-color:#000}.checkbox:checked:before{content:"";position:absolute;left:3px;width:6px;height:10px;border:solid white;border-width:0 3px 3px 0;transform:rotate(45deg)}h3{font-family:Roboto Slab,serif;font-size:1.5rem;text-align:center}.item-text{font-family:Lato,sans-serif;font-size:16px}.list-item.fall{opacity:1;transform:translateY(0)}@keyframes fadeIn{to{opacity:1}}@keyframes fall{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.review-carousel-container{position:relative;height:15rem;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:1.3rem 2rem 0;border-radius:.2rem;margin-bottom:-1.5rem}.review-slide{position:absolute;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;transition:left 1s ease-in-out;padding:2rem 2rem 0;box-sizing:border-box}.review-quote{font-size:1rem;margin:0 1rem;line-height:1.6;font-family:Roboto Slab,serif}.review-initial{font-family:Hina Mincho,serif;font-size:1.5rem;color:#555;margin-top:.5rem}@media (max-width: 550px){.review-quote{font-size:1rem;margin:1rem}.review-initial{font-size:1rem}.review-carousel-container,.review-slide{padding:0 1rem}}.shiatsu-offer{top:55%;right:2rem;z-index:19}.shiatsu-box-sticker{background:#fffaf5;border:2px solid #CDAB81;box-shadow:0 6px 16px #0000001f;border-radius:12px;padding:1rem 1.2rem;max-width:250px;font-size:.95rem;line-height:1.4;transition:transform .2s ease,box-shadow .2s ease}.shiatsu-box-sticker:hover{transform:translateY(-4px);box-shadow:0 10px 20px #0000002e}.shiatsu-box-sticker h4{color:#a47f54;margin-bottom:.5rem;font-size:1.5rem;margin-top:.7rem;margin-bottom:1rem}.shiatsu-box-sticker em{color:#4b3a29;font-style:italic}body{margin:0;padding:0;font-family:Arial,sans-serif}.intro-caro-wrap{display:flex;justify-content:center;align-items:center}.intro-caro-bg{width:100%;background-color:#fff}.sitzung{max-width:800px;margin:0 auto;padding:20px;font-family:Arial,sans-serif}h1,h2{text-align:center;margin-bottom:1rem}.top p{margin-bottom:1rem;font-size:1.1rem;line-height:1.6}.top h4{font-size:1.2rem;margin-top:1rem}.price-container{margin-top:20px}.price-table{width:100%;border-collapse:collapse;margin:20px 0;font-size:1rem;line-height:1.5}.price-table th,.price-table td{border:1px solid #ddd;padding:10px;text-align:center}.price-table th{background-color:#f4f4f4;font-weight:700}.price-table tr:nth-child(2n){background-color:#f9f9f9}.price-table tr:hover{background-color:#f1f1f1}@media (max-width: 768px){.sitzung{padding:10px}.price-table{font-size:.9rem}.price-table th,.price-table td{padding:8px}.top p{font-size:1rem}.top h4{font-size:1.1rem}}@media (max-width: 480px){.sitzung{padding:5px}.price-table{font-size:.8rem}.price-table th,.price-table td{padding:5px}h1,h2{font-size:1.25rem}.top p{font-size:.9rem}.top h4{font-size:1rem}}.geschichte-container{max-width:1200px;margin:0 auto}.g-head h2{font-size:2rem;padding:1.5rem 0}.geschichte-content{display:flex;flex-direction:row;padding:0 1rem}.g-shiatsu{max-width:60%;padding-right:2rem}.g-top-pic{max-height:40rem;height:100vh}.g-top-pic img{width:100%;height:100%;object-fit:cover;object-position:45% center;margin-top:2rem;-webkit-mask-image:linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 30%);mask-image:linear-gradient(to right,#0000,#000 30%)}.g-jin{max-width:60%;margin-top:-15rem;padding-bottom:7rem;padding-left:1rem}@media (max-width: 980px){.geschichte-content{flex-direction:column}.g-shiatsu{max-width:100%;margin:0 auto;padding-left:1rem}.g-top-pic{width:110%;max-height:20rem;background-color:#cdab81;margin-left:-15px}.g-top-pic img{width:70%;margin-left:6rem;margin-top:0;-webkit-mask-image:linear-gradient(to left,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 30%);mask-image:linear-gradient(to left,#0000,#000 30%)}.g-jin{margin:0 auto -1rem;max-width:100%;padding:1rem}}.custom-navbar{padding-bottom:10px;position:fixed;top:0;left:0;width:100%;z-index:1000;background-color:#fff;display:flex;justify-content:space-between;align-items:center}.navbar-title{width:300%;background-color:#fce7aa;font-family:Lato,sans-serif;font-size:1.8rem;font-weight:300;color:#000;z-index:1100;display:flex;flex-direction:row}.navbar-title p{margin:.5rem 0;padding-left:8px;font-family:Lato,sans-serif!important;font-size:1.8rem;font-weight:300}.navbar-collapse{margin-top:8px;padding-top:5px;display:flex;justify-content:flex-end;width:100%}.custom-navbar .nav-link{text-decoration:none;font-family:Lato,sans-serif;font-size:1.5rem;font-weight:300;color:#000;padding:8px 15px}.custom-navbar .nav-link:hover{color:#3c3c3c}.burger-btn{margin-top:5px;display:none;background:none;border:none;cursor:pointer;position:absolute;right:15px;top:15px;z-index:1100}.burger-icon{display:flex;flex-direction:column;justify-content:center;align-items:center;width:30px;height:24px;position:relative}.burger-icon span{position:absolute;width:30px;height:2px;background:#000;transition:transform .3s,opacity .3s}.burger-icon span:nth-child(1){top:0}.burger-icon span:nth-child(2){top:50%;transform:translateY(-50%)}.burger-icon span:nth-child(3){bottom:0}.burger-btn.open .burger-icon span:nth-child(1){transform:rotate(45deg);top:40%}.burger-btn.open .burger-icon span:nth-child(2){opacity:0}.burger-btn.open .burger-icon span:nth-child(3){transform:rotate(-45deg);bottom:50%}.active-link{border-bottom:2px solid black;font-weight:400!important}@media (max-width: 910px){body{margin-top:80px}.custom-navbar .nav-link{font-size:1.228rem}}@media (max-width: 760px){body{margin-top:50px}.custom-navbar{padding-bottom:0}.burger-btn{display:block}.navbar-collapse{display:none;position:absolute;top:50px;right:0;width:50%;background:#fff;box-shadow:0 2px 10px #0000001a;padding:10px}.navbar-collapse.show{display:block}.nav-link{display:block;padding:10px 15px}.navbar-title p{font-size:1.3rem;padding-bottom:20px;padding-top:15px;margin-bottom:0}.custom-navbar .nav-link{font-size:1.2rem}}@media (max-width: 580px){.navbar-title p{font-size:1rem;white-space:normal;line-height:1.4;padding-left:5px;padding-right:0}.navbar-collapse{margin-top:22px}.custom-navbar{padding-bottom:0}}@media (max-width: 450px){.navbar-title{flex-direction:column;padding:8px}.navbar-title p{padding:0;margin:0}}p{font-family:Lato,sans-serif!important}h1,h2,h3,h4{font-family:Lora,sans-serif!important;font-weight:300!important}body{margin-top:95px}@media (max-width: 900px){body{margin-top:80px}}@media (max-width: 760px){body{margin-top:50px}}
