:root{--container-padding: 15px;--mobile-menu-size: 50px}*{margin:0;padding:0;box-sizing:border-box;font-family:Quicksand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;-webkit-tap-highlight-color:transparent;scrollbar-width:none;-ms-overflow-style:none}*::-webkit-scrollbar{display:none}::selection{background-color:#28465a;color:#fff}::-moz-selection{background-color:#28465a;color:#fff}html{font-size:16px;font-size:62.5%}body{font-size:1.6rem;width:100%;height:100%;font-family:Quicksand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;color:#28465a}body.no-scroll{overflow:hidden;height:100vh}p a{color:inherit}strong{font-weight:700}h1,h2{color:#28465a;font-size:2.5rem;font-weight:700;line-height:120%}h3{font-size:2.4rem;font-weight:700}h4{font-size:1.6rem;font-weight:700}p{color:#28465a;font-size:1.6rem;font-weight:400;line-height:140%}.text-container ul,.text-container ol{margin-top:30px;padding-left:20px}.text-container ul li,.text-container ol li{color:#28465a;font-size:1.6rem;font-weight:400;line-height:140%;margin-top:8px}.text-container ul li:first-child,.text-container ol li:first-child{margin-top:0}.text-container ul{list-style-type:disc}.text-container ol{list-style-type:decimal}a{display:inline-block;font-size:1.4rem;line-height:140%}.button{font-weight:700;text-decoration:none;border-radius:17px;padding:7px 50px}.button.button-primary{background-color:#28465a;color:#fff}img{max-width:100%}.topbar{width:100%;max-width:100vw;overflow-x:hidden;background:#fff;position:sticky;top:0;z-index:20}.topbar .topbar-crisalix{width:100%;background:#fff;padding:8px 6.3px;display:flex;justify-content:center}.topbar .topbar-controls{background:#e6e9eb;padding:10px var(--container-padding);display:flex;align-items:center;justify-content:space-between;gap:16px}.topbar .topbar-languages{display:flex;align-items:center;gap:18px}.topbar .topbar-languages a{color:#4f6573;text-decoration:none;font-size:1.5rem;font-weight:500;letter-spacing:.05em}.topbar .topbar-languages a.active{color:#28465a;font-weight:700}.topbar .topbar-languages a:hover,.topbar .topbar-languages a:focus-visible{color:#28465a}.topbar .topbar-cta{display:none;border:0;cursor:pointer;background:#28465a;color:#fff;border-radius:50px;padding:13px 34px;font-family:inherit;font-weight:700;font-size:1.55rem;white-space:nowrap}.topbar .topbar-actions{display:flex;align-items:center;gap:16px}.topbar .topbar-contact{display:flex;align-items:center;gap:12px}.topbar .topbar-contact a{--icon: 42px;display:inline-flex;align-items:center;justify-content:center;width:var(--icon);height:var(--icon);border-radius:50%;background:#fff;color:#28465a;text-decoration:none}.topbar .topbar-contact a img{width:42%;height:auto;display:block}.topbar .topbar-contact a svg{width:48%;height:auto;display:block}.topbar .topbar-contact .topbar-mail img{width:52%}.topbar .topbar-loc{display:none}.topbar .mobile-menu{width:30px;height:22px;background:none;border:0;padding:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;position:static}.topbar .mobile-menu .burger{position:relative;display:block;width:28px;height:2px;background:#28465a;border-radius:2px;transition:background .2s}.topbar .mobile-menu .burger:before,.topbar .mobile-menu .burger:after{content:"";position:absolute;left:0;width:28px;height:2px;background:#28465a;border-radius:2px;transition:transform .25s ease}.topbar .mobile-menu .burger:before{top:-8px}.topbar .mobile-menu .burger:after{top:8px}.topbar .mobile-menu.active .burger{background:transparent}.topbar .mobile-menu.active .burger:before{transform:translateY(8px) rotate(45deg)}.topbar .mobile-menu.active .burger:after{transform:translateY(-8px) rotate(-45deg)}@media screen and (min-width:64em){.topbar{background:#e6e9eb;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:12px var(--container-padding)}.topbar .topbar-crisalix{order:2;width:auto;background:transparent;padding:0}.topbar .topbar-controls{display:contents}.topbar .topbar-languages{order:1}.topbar .topbar-cta{order:3;display:inline-flex;align-items:center;justify-content:center}.topbar .topbar-actions{order:4}.topbar .topbar-loc{display:inline-flex}}header#header{width:100%}header#header .header-container{padding:10px var(--container-padding) 30px;display:flex;justify-content:space-between;align-items:center}header#header .header-container .logo{display:flex;align-items:center;max-width:300px;width:60%}header#header .header-container .mobile-menu{width:var(--mobile-menu-size);height:var(--mobile-menu-size);min-width:var(--mobile-menu-size);min-height:var(--mobile-menu-size);max-width:var(--mobile-menu-size);max-height:var(--mobile-menu-size);display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;position:fixed;top:95px;right:var(--container-padding);margin-left:0;z-index:25}header#header .header-container .mobile-menu .menu-icon{width:85%;height:auto;display:block}.overlay{position:fixed;background:#fff;top:0;left:0;width:100%;height:0%;opacity:0;visibility:hidden;transition:opacity .35s,visibility .35s,height .35s;overflow:hidden;z-index:9;overflow:scroll}.overlay header{padding:60px var(--container-padding) 0}.overlay header .logo{display:flex;align-items:center;max-width:350px;width:70%}.overlay.open{opacity:1;visibility:visible;height:100vh}.overlay nav:not([class*=nav3-]){position:relative;height:60%;min-height:550px;margin-top:50px;padding:0 calc(var(--container-padding) / 2)}.overlay nav:not([class*=nav3-])>ul{list-style:none;padding:0;margin:0 auto;position:relative;height:100%;display:flex;flex-direction:column}.overlay nav:not([class*=nav3-])>ul>li{margin-top:15px;display:block;position:relative;display:flex;flex-direction:column;padding:5px 15px}.overlay nav:not([class*=nav3-])>ul>li a{display:block;position:relative;color:#28465a;text-decoration:none;overflow:hidden;font-size:1.8rem;font-weight:700;padding:5px 0;text-align:left}.overlay nav:not([class*=nav3-])>ul>li>ul{list-style:none;padding:0;position:relative;height:100%;display:flex;flex-direction:column;z-index:2;display:none}.overlay nav:not([class*=nav3-])>ul>li>ul>li{margin-top:10px;display:block;position:relative}.overlay nav:not([class*=nav3-])>ul>li>ul>li a{font-weight:400;padding:2.5px 0}.overlay nav:not([class*=nav3-])>ul>li:first-child>ul{display:flex}.overlay .overlay-footer{margin-top:100px;padding:0 var(--container-padding) 100px;display:flex;justify-content:space-between;align-items:flex-end}.overlay .overlay-footer .left-container .language-switcher a{--size: 35px;font-weight:700;font-size:1.6rem;color:#28465a;text-decoration:none;width:var(--size);height:var(--size);min-width:var(--size);min-height:var(--size);max-height:var(--size);display:inline-flex;justify-content:center;align-items:center}.overlay .overlay-footer .left-container .language-switcher a.active{border-radius:50%;border:2px solid #28465A}.overlay .overlay-footer .right-container .links{display:flex;flex-direction:column}.overlay .overlay-footer .right-container .links a{margin-top:7px;font-weight:700;color:#28465a;text-decoration:none;font-size:2.2rem;text-align:right;line-height:140%;text-transform:uppercase}@-webkit-keyframes fadeInLeft{0%{opacity:0}to{opacity:1}}@keyframes fadeInLeft{0%{opacity:0}to{opacity:1}}main{overflow:hidden;margin-top:50px}main #hero-section{display:flex;flex-direction:column-reverse;position:relative;overflow:hidden;padding-bottom:100px}main #hero-section .image-container{padding:0 var(--container-padding);margin:0 auto;height:auto;width:100%}main #hero-section .image-container .hero-image{position:relative;height:0;padding-bottom:100%}main #hero-section .image-container .hero-image:after{content:"";position:absolute;left:0;top:60%;height:70px;width:70px;background-color:#28465a;border-radius:50%;transform:translate(-50%,-50%);z-index:-1}main #hero-section .image-container .hero-image:before{content:"";position:absolute;right:40%;bottom:0;height:45px;width:45px;background-color:#28465a;border-radius:50%;transform:translate(200%);z-index:1}main #hero-section .image-container .hero-image img{border-radius:50%;position:absolute;left:0;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}main #hero-section .text-container{padding:0 var(--container-padding);margin:50px auto 0}main #hero-section .text-container h1{max-width:90%}main #hero-section .text-container p,main #hero-section .text-container a{margin-top:30px}main #hero-section .text-container .treatment-text-clamp .is-clamped-overflow{display:none}main #hero-section .text-container .treatment-text-toggle{margin-top:15px;padding:0;background:none;border:none;color:#28465a;font:inherit;font-weight:700;text-decoration:underline;cursor:pointer}main #hero-section .text-container .treatment-text-toggle:hover{text-decoration:none}main #hero-section .bubble{position:absolute;background-image:url(/images/bubble-1.png);background-size:100%;background-repeat:no-repeat;width:130vw;height:100%;left:-50px;top:70px;z-index:-1}main #hero-section .bubble:before{content:"";height:25px;width:25px;position:absolute;left:50px;top:10vw;transform:translate(-50%);background-color:#28465a;border-radius:50%}main #review-section{position:relative;overflow:hidden;padding:40px 0;margin-bottom:80px;background-color:#e6e9eb}main #review-section .review-label{font-size:2.2rem;font-weight:700;text-align:left;margin:0 var(--container-padding) 50px;padding:0}main .einleitung-section{padding:0 var(--container-padding) 100px}main .einleitung-section .image-container{margin:0 auto;height:auto;width:100%}main .einleitung-section .image-container .einleitung-image{position:relative;height:0;padding-bottom:100%}main .einleitung-section .image-container .einleitung-image:before{content:"";position:absolute;left:0;top:50%;height:80px;width:80px;background-color:#28465a;border-radius:50%;transform:translateY(100%);z-index:1}main .einleitung-section .image-container .einleitung-image img{border-radius:50%;position:absolute;left:0;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}main .einleitung-section .text-container{margin:50px auto 0}main .einleitung-section .text-container h2{max-width:80%}main .einleitung-section .text-container p,main .einleitung-section .text-container a{margin-top:30px}main .einleitung-section .text-container a.link{margin-top:0;font-size:inherit;color:#28465a}main #methoden-section{padding:0 var(--container-padding) 150px}main #methoden-section h2{margin:0 auto}main #methoden-section .methoden-row{margin:80px auto 0;padding:50px 0;margin-left:calc(var(--container-padding));margin-right:calc(var(--container-padding))}main #methoden-section .methoden-row .methoden-item{background-color:#28465a;margin-left:calc(-1 * var(--container-padding) / 2);margin-right:calc(-1 * var(--container-padding) / 2);padding:0 var(--container-padding);border-radius:60% 120px 30px 30px;margin-top:100px}main #methoden-section .methoden-row .methoden-item:first-of-type{margin-top:0}main #methoden-section .methoden-row .methoden-item .methoden-image-container{width:70%;margin-left:auto;transform:translateY(-20%);-webkit-filter:drop-shadow(4.14155px 4.14155px 0px rgba(0,0,0,.25));filter:drop-shadow(4.14155px 4.14155px 0px rgba(0,0,0,.25));position:relative;right:calc(-1 * var(--container-padding) - 5px);bottom:40px}main #methoden-section .methoden-row .methoden-item .methoden-image-container .methoden-image{position:relative;height:0;padding-bottom:100%}main #methoden-section .methoden-row .methoden-item .methoden-image-container .methoden-image img{border-radius:50%;position:absolute;left:0;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}main #methoden-section .methoden-row .methoden-item .text-container{color:#fff;margin-top:-70px}main #methoden-section .methoden-row .methoden-item .text-container h4{text-decoration:underline;max-width:60%;line-height:140%}main #methoden-section .methoden-row .methoden-item .text-container p{margin-top:20px;color:inherit;font-weight:400}main #methoden-section .methoden-row .methoden-item .text-container .more-button{--size: 65px;margin-top:-10px;width:var(--size);height:var(--size);border-radius:50%;-webkit-filter:drop-shadow(2.03226px 2.03226px 0px rgba(0,0,0,.25));filter:drop-shadow(2.03226px 2.03226px 0px rgba(0,0,0,.25));transform:translateY(50%);display:flex;justify-content:center;align-items:center;text-decoration:none}main #methoden-section .methoden-row .methoden-item .text-container .more-button.more-button-negative{background-color:#fff}main #methoden-section .methoden-row .methoden-item .text-container .more-button.more-button-negative span{height:100%;width:100%;display:flex;justify-content:center;align-items:center;color:#28465a;font-size:5.5rem}main #kontakt-section{padding:0 var(--container-padding) 120px;position:relative;height:100%;overflow:visible}main #kontakt-section .text-container{margin:0 auto;max-width:600px}main #kontakt-section .text-container p,main #kontakt-section .text-container a{margin-top:30px}main #kontakt-section .karten-container{margin-top:70px}main #kontakt-section .karten-container .karten-item{margin:60px auto 0}main #kontakt-section .karten-container .karten-item:first-of-type{margin-top:0}main #kontakt-section .karten-container .karten-item{display:flex;flex-direction:column;align-items:center;max-width:400px;height:auto;width:100%}main #kontakt-section .karten-container .karten-item .karte{height:0;padding-bottom:100%;position:relative;border-radius:50%!important;overflow:hidden!important;width:100%;z-index:4}main #kontakt-section .karten-container .karten-item .karte img,main #kontakt-section .karten-container .karten-item .karte iframe,main #kontakt-section .karten-container .karten-item .karte video,main #kontakt-section .karten-container .karten-item .karte .map{position:absolute;left:0;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}main #kontakt-section .karten-container .karten-item a.button-karte{transform:translateY(-50%);position:relative;background-color:#fff;z-index:2;font-size:1.5rem;text-transform:uppercase;margin:0 auto;padding:17px 30px;color:#28465a;border-radius:30px;box-shadow:2.26728px 2.26728px #00000040;z-index:5}main #kontakt-section .karten-container .karten-item legend{color:#28465a;text-decoration:underline;font-weight:700;font-size:2.4rem;margin-top:0;text-transform:uppercase}main #kontakt-section .bubble-mobile{position:absolute;background-image:url(/images/bubble-3-mobile.png);background-size:100%;background-repeat:no-repeat;width:155vw;height:120%;top:0;z-index:-1;transform:translate(-35%,-150px);max-width:700px}main #kontakt-section:before{content:"";position:absolute;bottom:50px;left:0;--size: 115px;width:var(--size);height:var(--size);border-radius:50%;background-color:#28465a;transform:translate(-50%)}main #kontakt-section:after{content:"";position:absolute;bottom:20px;left:20%;--size: 57px;width:var(--size);height:var(--size);border-radius:50%;background-color:#28465a}footer.site-footer{margin-top:80px;padding:0 var(--container-padding) 50px}footer.site-footer .footer-container{display:flex;flex-direction:column}footer.site-footer a{color:#28465a;text-decoration:none;font-weight:700}footer.site-footer .footer-signature{display:block;max-width:260px;margin:0 auto 30px}footer.site-footer .footer-signature img{width:100%;height:auto;display:block}footer.site-footer .footer-grid{display:flex;flex-direction:column;gap:40px}footer.site-footer .footer-signature+.footer-grid{border-top:2px solid #28465a;padding-top:40px}footer.site-footer .footer-col+.footer-col{border-top:2px solid #28465a;padding-top:40px}footer.site-footer .footer-col+.footer-col.footer-links{padding-top:0}footer.site-footer .footer-ordination .ordination-heading{margin-bottom:20px}footer.site-footer .footer-ordination .ordination-heading h3{font-size:1.6rem;font-weight:700;text-transform:none;margin:0;line-height:150%}footer.site-footer .footer-ordination .ordination-heading .ordination-doktor{margin:0;font-size:1.6rem;font-weight:700;line-height:150%}footer.site-footer .footer-ordination .standort p{margin:2px 0;font-size:1.6rem;line-height:150%;font-weight:500}footer.site-footer .footer-ordination .standort+.standort{margin-top:20px}footer.site-footer .footer-ordination .kontakt{margin-top:20px}footer.site-footer .footer-ordination .kontakt p{margin:2px 0;font-size:1.6rem;line-height:150%;font-weight:500}footer.site-footer .footer-ordination .kontakt .kontakt-tel a,footer.site-footer .footer-ordination .kontakt .kontakt-mail a{font-size:1.6rem;font-weight:700}footer.site-footer .footer-zeiten h3{font-size:1.6rem;font-weight:700;margin:0 0 20px}footer.site-footer .footer-zeiten h3 i{display:none}footer.site-footer .footer-zeiten p{margin:8px 0;font-size:1.6rem}footer.site-footer .footer-zeiten span{display:inline-block;width:150px;font-weight:700;text-transform:uppercase;padding-right:20px}footer.site-footer .footer-partner{display:grid;grid-template-columns:1fr 1fr;justify-items:center;align-items:center;gap:30px 40px}footer.site-footer .footer-partner a{display:block;max-width:180px}footer.site-footer .footer-partner img{max-width:100%;height:auto;object-fit:contain}footer.site-footer .footer-links{display:flex;flex-direction:column;align-items:stretch;gap:0}footer.site-footer .footer-links .social{display:flex;justify-content:space-between;align-items:center;width:100%;gap:10px;margin:0;padding:20px 0;border-bottom:2px solid #28465a}footer.site-footer .footer-links .social a:nth-child(1){order:3}footer.site-footer .footer-links .social a:nth-child(2){order:4}footer.site-footer .footer-links .social a:nth-child(3){order:1}footer.site-footer .footer-links .social a:nth-child(4){order:2}footer.site-footer .footer-links .social i{font-size:2.2rem}footer.site-footer .footer-links .impressum{display:flex;justify-content:space-between;align-items:center;width:100%;gap:10px;padding:20px 0}footer.site-footer .footer-links .impressum a{font-size:1.4rem;font-weight:500}footer.site-footer .footer-links .copyright{text-align:left;text-transform:uppercase;margin-top:20px}footer.site-footer .footer-links .copyright p{margin:0;line-height:110%}footer.site-footer .footer-links .copyright p a{font-size:1.3rem!important;font-weight:500;line-height:100%}footer.site-footer .footer-links .copyright p:first-of-type a{font-weight:500}footer.site-footer .footer-links .copyright p:last-of-type a{font-weight:400}.subfooter{margin-top:50px}.subfooter img{max-width:150px}.leaflet-marker-pane{cursor:pointer}.social{display:flex;justify-content:flex-start;align-items:flex-end;gap:15px;margin-bottom:30px;margin-top:30px}.social-start{justify-content:flex-start;align-items:flex-start;color:#28465a;padding:0 var(--container-padding) 0}@media screen and (min-width:1100px){.social-start{padding:0!important}}.social-start i{color:#28465a}.social i{font-size:2.25rem}#details-section{padding:0 var(--container-padding) 150px;position:relative}#details-section h2{margin:0 auto;max-width:450px}#details-section .details-row{margin:40px auto 0;max-width:450px}#details-section .details-row .detail-element{display:flex;position:relative;margin-top:50px}#details-section .details-row .detail-element:first-of-type{margin-top:0}#details-section .details-row .detail-element .image-container{width:70%;height:100%;min-height:400px;position:relative;border-radius:30px;overflow:hidden}#details-section .details-row .detail-element .image-container img{width:100%;height:100%;position:absolute;left:0;top:0;object-fit:cover}#details-section .details-row .detail-element h5{min-width:300px;max-width:300px;position:absolute;top:0;right:var(--container-padding);font-weight:700;transform:rotate(90deg) translate(calc(100% + 20px),10%);transform-origin:top right;font-size:1.8rem;line-height:140%}#details-section .bubble{position:absolute;background-image:url(/images/bubble-4.png);background-size:100%;background-repeat:no-repeat;width:155vw;height:120%;top:0;z-index:-1;transform:translate(-25%,-50px);max-width:700px}.einleitung-section.leistungen-seite{display:flex;flex-direction:column-reverse}.einleitung-section.leistungen-seite .text-container{margin-top:0}.einleitung-section.leistungen-seite .image-container{margin-top:50px}#beschreibung-section{padding:0 var(--container-padding) 100px;display:flex;flex-direction:column-reverse}#beschreibung-section .image-container{margin-top:30px}#beschreibung-section .image-container .beschreibung-image{border-radius:20px;overflow:hidden;position:relative;width:100%;height:100%;min-height:270px}#beschreibung-section .image-container .beschreibung-image img{position:absolute;left:0;top:0;object-fit:cover;width:100%;height:100%}#beschreibung-section .text-container p{margin-top:30px}#mehr-details-section{padding:0 var(--container-padding) 100px}#mehr-details-section .details-row{display:flex;flex-direction:column;align-items:center}#mehr-details-section .details-row .detail-item{display:flex;flex-direction:column;align-items:center;margin-top:50px}#mehr-details-section .details-row .detail-item:first-of-type{margin-top:0}#mehr-details-section .details-row .detail-item .icon-container{background-color:#28465a;border-radius:50%;--size: 110px;height:var(--size);width:var(--size);display:flex;justify-content:center;align-items:center}#mehr-details-section .details-row .detail-item .icon-container img{max-height:70%;max-width:60%}#mehr-details-section .details-row .detail-item .text-container h4{text-align:center;margin-top:15px;text-transform:uppercase;text-decoration:underline}#mehr-details-section .details-row .detail-item .text-container p{text-align:center;margin-top:25px;padding:0 var(--container-padding)}#formular-section{padding:0 var(--container-padding) 50px}#formular-section form{margin-top:50px}#formular-section form .form-group{width:100%;position:relative;margin-bottom:50px}#formular-section form .form-group.success-message p{font-weight:700;text-decoration:underline}#formular-section form .form-group input[type=text],#formular-section form .form-group input[type=email],#formular-section form .form-group textarea{width:100%;border:0;display:block;padding:20px;border-bottom:3px solid #28465A;resize:none;outline:none;display:flex;align-items:center;color:inherit;font-weight:500;font-size:1.6rem;background-color:transparent;-moz-appearance:none;appearance:none;-webkit-appearance:none;border-radius:0}#formular-section form .form-group .leistungen-radio-group{display:flex;flex-direction:column;cursor:pointer}#formular-section form .form-group .leistungen-radio-group .leistung-group{margin:20px 0 0;display:flex;align-items:flex-end}#formular-section form .form-group .leistungen-radio-group .leistung-group .leistung-image{width:70px;height:70px;border-radius:50%;overflow:hidden;position:relative;margin-right:10px;cursor:pointer}#formular-section form .form-group .leistungen-radio-group .leistung-group .leistung-image img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;cursor:pointer}#formular-section form .form-group .leistungen-radio-group .leistung-group .leistung-image input[type=radio]{position:absolute;left:0;top:0;width:100%;height:100%;cursor:pointer;opacity:0}#formular-section form .form-group .leistungen-radio-group .leistung-group .leistung-image input[type=radio]:checked+.check-overlay{background-color:#28465a80;width:100%;position:absolute;left:0;top:0;height:100%}#formular-section form .form-group .leistungen-radio-group .leistung-group .leistung-image input[type=radio]:checked+.check-overlay i{font-size:2.5rem;color:#fff;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}#formular-section form .form-group .leistungen-radio-group .leistung-group .leistung-image .overlay{pointer-events:none}#formular-section form .form-group .leistungen-radio-group .leistung-group h5{font-weight:700;line-height:1.4}#formular-section form .form-group textarea{line-height:150%;padding-bottom:15px}#formular-section form .form-group label{position:absolute;left:0;top:0;font-weight:700;transform:translateY(-100%)}#formular-section form .form-group button{color:#fff;padding:15px 50px;box-shadow:none;-webkit-filter:unset;filter:unset;outline:none;-moz-appearance:none;appearance:none;-webkit-appearance:none;border:0;font-size:1.8rem;border-radius:40px;pointer-events:all;cursor:pointer}#formular-section form .form-group span.error{font-size:1.2rem}#formular-section form .form-group.form-text{display:flex}#formular-section form .form-group.form-text p{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#formular-section form .form-group.form-text.has-error p a{font-weight:700}#formular-section form .form-group.form-text.has-error p{text-decoration:underline;font-weight:700}#formular-section form .form-group.form-text span{position:relative;display:block;font-weight:700;width:20px;min-width:20px;max-width:20px;height:20px;margin-right:10px}#formular-section form .form-group.form-text span input[type=checkbox]{width:20px;height:20px;display:block;padding:0;margin:0;border:0;border:1px solid #28465A;cursor:pointer}#formular-section form .form-group.form-text span input[type=checkbox]:checked+.checkbox-check{display:block}#formular-section form .form-group.form-text p,#formular-section form .form-group.form-text a{font-size:1.6rem}#formular-section form .form-group.form-text a{color:#28465a;font-weight:500}#formular-section form .form-group.form-text strong{font-weight:700}#formular-section form .form-group.form-text input[type=checkbox]{appearance:none;-webkit-appearance:none}#formular-section form .form-group.form-text .checkbox-check{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:1.3rem;display:none;pointer-events:none}.einleitung-section.kontakt-seite{display:flex;flex-direction:column-reverse;position:relative}.einleitung-section.kontakt-seite .text-container{margin-top:0;margin-left:0}.einleitung-section.kontakt-seite .text-container h2{max-width:100%}.einleitung-section.kontakt-seite .image-container{margin-top:50px}.einleitung-section.kontakt-seite .image-container .einleitung-image:before{z-index:5}.einleitung-section.kontakt-seite .image-container .map{border-radius:50%!important;overflow:hidden!important;position:absolute;left:0;top:0;width:100%;height:100%;z-index:4;-o-object-fit:cover;object-fit:cover}.einleitung-section.kontakt-seite .image-container .map img{border-radius:0}.einleitung-section.kontakt-seite .bubble{position:absolute;background-image:url(/images/bubble-4.png);background-size:100%;background-repeat:no-repeat;width:100%;height:1300px;top:0;z-index:-1;transform:translate(-25%,-50px);overflow:hidden;max-width:700px}#impressum-section{padding:0 var(--container-padding) 100px}#impressum-section .text-container{max-width:900px}#impressum-section .text-container strong{font-weight:700}#impressum-section .text-container u{text-decoration:u}#impressum-section .text-container a{font-size:inherit;color:#28465a}#impressum-section.notfound{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center}#impressum-section.notfound .text-container{text-align:center}#impressum-section.notfound .text-container h1{margin-bottom:.5em}#impressum-section.notfound .text-container p{margin-bottom:2em}#impressum-section.notfound .text-container a.button.button-primary{display:inline-block;color:#fff}@media screen and (min-width:43em){main #methoden-section{position:relative}main #methoden-section .methoden-row{max-width:600px}main #methoden-section .methoden-row .methoden-item{position:relative;display:flex;justify-content:space-between;border-bottom-right-radius:unset;border-top-right-radius:unset;border-radius:25% 40px 40px 25%;padding:0;height:250px;max-height:250px;background-color:transparent;width:100%;margin-right:auto;margin-left:auto;max-width:650px}main #methoden-section .methoden-row .methoden-item:before{content:"";position:absolute;background-color:#28465a;width:500px;height:100%;right:0;top:0;border-radius:40px;z-index:-1}main #methoden-section .methoden-row .methoden-item .methoden-image-container{right:unset;transform:unset;width:120%;min-width:250px;max-height:250px;max-width:250px;position:relative;filter:unset;margin-left:0}main #methoden-section .methoden-row .methoden-item .methoden-image-container .methoden-image{width:120%;padding-bottom:120%;top:50%;transform:translateY(-50%);filter:drop-shadow(4.14155px 4.14155px 0px rgba(0,0,0,.25))}main #methoden-section .methoden-row .methoden-item .text-container h4{font-size:2.2rem;max-width:unset;width:100%}main #methoden-section .methoden-row .methoden-item .text-container{margin:0;padding-left:80px;padding-bottom:0;padding-right:var(--container-padding);display:flex;justify-content:flex-end;flex-direction:column;max-width:400px}main #methoden-section .bubble{background-image:url(/images/bubble-2.png);background-size:100%;position:absolute;left:0;top:0;width:100%;height:700px;transform:translate(-70%) rotate(90deg);transform-origin:center center;z-index:-1}.overlay nav:not([class*=nav3-]) ul li a{font-size:2rem}}@media screen and (min-width:52em){:root{--container-padding: 50px}main #hero-section{display:flex;flex-direction:row;align-items:flex-start;overflow:visible}main #hero-section .text-container{width:100%}main #hero-section .image-container{padding-left:0;max-height:450px;max-width:450px}main #hero-section .bubble{background-size:contain;right:0;left:unset;transform:translate(30%);width:650px}main #hero-section .bubble:before{top:50px}main .einleitung-section{display:flex;align-items:center}main .einleitung-section.leistungen-seite{flex-direction:row}main .einleitung-section.leistungen-seite .image-container{margin-top:0}main .einleitung-section.leistungen-seite:nth-of-type(odd){flex-direction:row-reverse}main .einleitung-section.leistungen-seite:nth-of-type(odd) .text-container{padding-right:var(--container-padding);padding-left:0}main .einleitung-section.kontakt-seite{flex-direction:row}main .einleitung-section.kontakt-seite .image-container{margin-top:0}main .einleitung-section.kontakt-seite:nth-of-type(2n){flex-direction:row-reverse}main .einleitung-section.kontakt-seite:nth-of-type(2n) .text-container{padding-left:var(--container-padding);padding-right:0}main .einleitung-section .image-container{max-height:330px;max-width:330px}main .einleitung-section .text-container{width:100%;padding-left:var(--container-padding);margin-top:0}main #methoden-section .methoden-row{max-width:unset}main #kontakt-section .karten-container{display:flex;justify-content:space-between}main #kontakt-section .karten-container .karten-item{margin-top:0;max-width:330px}main #kontakt-section .bubble-mobile{bottom:0;top:unset;transform:translate(-30%);background-size:contain}main #details-section header h2{max-width:350px;margin-left:0}main #details-section .details-row{width:100%;max-width:unset;display:flex;flex-wrap:wrap;justify-content:space-between}main #details-section .details-row .detail-element{flex-basis:45%;width:45%;flex-direction:column;max-width:350px;margin-top:0;margin-bottom:30px}main #details-section .details-row .detail-element .image-container{width:100%;padding-bottom:130%;height:0}main #details-section .details-row .detail-element h5{transform:unset;position:relative;right:unset;top:unset;margin-top:15px}main #beschreibung-section{display:flex;flex-direction:row;align-items:center}main #beschreibung-section .text-container{width:50%;padding-left:var(--container-padding)}main #beschreibung-section .image-container{width:50%;margin-top:0}main #mehr-details-section .details-row{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;flex-direction:row}main #mehr-details-section .details-row .detail-item{flex-basis:45%;width:45%;margin-top:0;margin-bottom:50px}main #formular-section form .form-group .leistungen-radio-group{flex-direction:row;flex-wrap:wrap;justify-content:space-between}main #formular-section form .form-group .leistungen-radio-group .leistung-group{display:flex;flex-basis:48%;width:48%}footer.site-footer .footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px 60px}footer.site-footer .footer-col+.footer-col{border-top:none;padding-top:0}footer.site-footer .footer-signature+.footer-grid{border-top:1px solid rgba(40,70,90,.3);padding-top:40px}footer.site-footer .footer-partner{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:30px 40px}}@media screen and (min-width:64em){header#header .header-container{padding-top:80px;max-width:1100px;margin:0 auto}header#header .header-container .logo{width:100%}header#header .header-container .mobile-menu{top:140px;right:max(var(--container-padding),(100vw - 1100px) / 2 + var(--container-padding))}main #hero-section{padding-left:var(--container-padding);padding-right:var(--container-padding);padding-bottom:150px;justify-content:space-between;max-width:1100px;margin:0 auto}main #hero-section .text-container{padding-left:0;margin-left:0}main #hero-section .image-container{padding-right:0;max-height:450px;max-width:450px;margin-right:0;margin-left:0}main #hero-section .image-container .hero-image:after{top:50%}main #hero-section .bubble{background-size:contain;right:0;left:unset;transform:translate(25%);width:800px}main #hero-section .bubble:before{top:70px}main #review-section{padding-left:var(--container-padding);padding-right:var(--container-padding);padding-bottom:150px;max-width:100vw;margin:0 auto}main .einleitung-section{padding-left:var(--container-padding);padding-right:var(--container-padding);padding-bottom:150px;justify-content:space-between;max-width:1100px;margin:0 auto}main .einleitung-section .image-container{margin-left:0;max-height:400px;max-width:400px}main .einleitung-section .text-container{margin-right:0;padding-left:0;max-width:450px}main .einleitung-section.kontakt-seite .bubble{background-image:url(/images/bubble-4-desktop.png);width:120vw;height:100%;height:700px;background-size:contain;background-position:bottom left;transform:unset;max-width:1600px;max-height:700px;transform:translate(-100px,300px);left:0}main #methoden-section{max-width:1100px;margin:0 auto;padding-bottom:150px}main #methoden-section header h2{max-width:650px;margin-right:0}main #methoden-section .bubble{transform:translate(-50%) rotate(90deg)}main #details-section .bubble{background-image:url(/images/bubble-4-desktop.png);width:120vw;height:100%;height:700px;background-size:contain;background-position:bottom left;transform:unset;max-width:1600px;max-height:700px;transform:translate(-100px,100px);left:0}main #beschreibung-section .image-container .beschreibung-image{height:0;padding-bottom:65.2%}main #beschreibung-section .text-container{padding-right:var(--container-padding)}main #mehr-details-section .details-row .detail-item{flex-basis:33.33%;width:33.33%}main #formular-section header{max-width:400px}main #formular-section header h2{line-height:140%}main #formular-section form{margin-top:80px;display:flex;flex-wrap:wrap;justify-content:space-between}main #formular-section form .form-group:nth-of-type(1),main #formular-section form .form-group:nth-of-type(2),main #formular-section form .form-group:nth-of-type(3),main #formular-section form .form-group:nth-of-type(4){flex-basis:48%}main #formular-section form .form-group.form-text{flex-basis:100%;width:100%}main #formular-section form .form-group.form-text span{margin-right:30px}main #formular-section form .form-group.form-text p{max-width:500px}main #impressum-section{max-width:1100px;margin-left:auto;margin-right:auto}footer.site-footer{max-width:1100px;margin-left:auto;margin-right:auto}}@media screen and (min-width:74em){:root{--container-width: 1100px}header#header .header-container{max-width:var(--container-width);margin:0 auto}main{padding-bottom:100px}main #hero-section{max-width:100vw;margin:0 auto}main #hero-section .text-container{max-width:450px}main #review-section{max-width:var(--container-width);margin:0 auto}main #review-section .review-label{margin-left:0}main .einleitung-section{max-width:var(--container-width);margin:0 auto}main .einleitung-section.leistungen-seite .text-container{max-width:500px}main .einleitung-section.leistungen-seite:nth-of-type(odd) .image-container{margin-right:0}main .einleitung-section.leistungen-seite:nth-of-type(odd) .image-container .einleitung-image:before{right:20px;top:0%;left:unset;height:65px;width:65px}main .einleitung-section.leistungen-seite:nth-of-type(odd) .text-container{margin-right:var(--container-padding)}main .einleitung-section.kontakt-seite .text-container{max-width:500px}main .einleitung-section.kontakt-seite:nth-of-type(2n) .image-container{margin-right:0}main .einleitung-section.kontakt-seite:nth-of-type(2n) .image-container .einleitung-image:before{right:20px;top:0%;left:unset;height:65px;width:65px}main .einleitung-section.kontakt-seite:nth-of-type(2n) .text-container{margin-right:var(--container-padding)}main #methoden-section{padding-left:var(--container-padding);padding-right:var(--container-padding);justify-content:space-between;max-width:var(--container-width);margin:0 auto}main #methoden-section header h2{max-width:unset}main #methoden-section .methoden-row{max-width:unset;display:flex;justify-content:space-between;padding:100px 0;margin-left:0;margin-right:0}main #methoden-section .methoden-row>.methoden-item{flex-basis:48%;width:48%;flex-basis:100%;width:100%;height:250px;max-height:250px;max-width:540px;margin-left:auto}main #methoden-section .methoden-row>.methoden-item:before{width:500px;border-top-left-radius:0;border-bottom-left-radius:0}main #methoden-section .methoden-row>.methoden-item:nth-of-type(2){margin-top:0}main #methoden-section .methoden-row>.methoden-item .methoden-image-container{min-width:250px;max-height:250px;bottom:0}main #methoden-section .methoden-row>.methoden-item .methoden-image-container .methoden-image{position:absolute;top:50%;left:0;transform:translateY(-50%);max-width:280px;max-height:280px;padding-bottom:280px}main #methoden-section .methoden-row>.methoden-item .text-container{padding-left:60px;padding-right:30px}main #methoden-section .methoden-row>.methoden-item .text-container h4{font-size:1.7rem}main #methoden-section .methoden-row>.methoden-item .text-container p{font-size:1.3rem}main #methoden-section .bubble{transform:translate(-50%,-20%);height:700px;background-size:contain;background-repeat:no-repeat}main #kontakt-section{max-width:var(--container-width);margin:0 auto;overflow:visible;padding-bottom:200px}main #kontakt-section .kontakt-container{display:flex}main #kontakt-section .text-container{margin-left:0;padding-right:0;max-width:650px;width:100%}main #kontakt-section .karten-container{padding-left:var(--container-padding);margin-top:0;display:flex;justify-content:flex-end;width:100%;margin-right:0}main #kontakt-section .karten-container .karten-item{margin:0}main #kontakt-section .karten-container .karten-item:first-of-type{margin-right:30px}main #kontakt-section:before,main #kontakt-section:after{content:none}main #kontakt-section .bubble-mobile{background-image:url(/images/bubble-3.png);width:120vw;height:100%;height:700px;background-size:contain;background-position:bottom right;transform:unset;max-width:1600px;max-height:700px;transform:translate(-100px,-50px);left:0;z-index:-1;position:absolute}main #kontakt-section .bubble-mobile:before{content:"";position:absolute;bottom:50px;--size: 115px;width:var(--size);height:var(--size);border-radius:50%;background-color:#28465a;right:50%;transform:translate(350px,90%)}main #kontakt-section .bubble-mobile:after{content:"";position:absolute;bottom:20px;transform:translate(430px,70%);right:50%;--size: 57px;width:var(--size);height:var(--size);border-radius:50%;background-color:#28465a}main #details-section{max-width:var(--container-width);margin:0 auto}main #details-section header h2{max-width:400px}main #details-section .details-row .detail-element{flex-basis:32.5%;width:32.5%;max-width:unset}main #details-section .details-row .detail-element .image-container{padding-bottom:140%}main #details-section .details-row .detail-element h5{margin-top:30px;font-size:1.9rem}main #beschreibung-section{position:relative}main #beschreibung-section .bubble{position:absolute;background-image:url(/images/bubble-5.png);width:120vw;height:100%;height:750px;background-size:contain;background-position:bottom left;background-repeat:no-repeat;transform:unset;max-width:1600px;max-height:750px;transform:translate(-100px,300px);left:0;z-index:-1}main #mehr-details-section{padding-bottom:200px;position:relative;max-width:1700px;margin-left:auto;margin-right:auto}main #mehr-details-section .details-row .detail-item{max-width:33.33%}main #mehr-details-section .details-row .detail-item .text-container h4{font-size:2.2rem;margin-top:25px}main #mehr-details-section .details-row .detail-item .text-container p{margin-top:25px;padding:0 calc(var(--container-padding) / 2);font-size:1.6rem;font-weight:400}main #formular-section{max-width:var(--container-width);margin-left:auto;margin-right:auto;padding:0 0 50px}main #impressum-section{max-width:var(--container-width)}footer.site-footer{max-width:var(--container-width);margin:80px auto 70px;padding:0}footer.site-footer .footer-signature{margin:0 0 50px;max-width:420px}footer.site-footer .footer-signature+.footer-grid{border-top:none;padding-top:0}footer.site-footer .footer-grid{display:grid;grid-template-columns:1fr auto 1.2fr 1.3fr;align-items:stretch;gap:0}footer.site-footer .footer-zeiten p{white-space:nowrap}footer.site-footer .footer-col.footer-ordination{display:flex;flex-direction:column;justify-content:flex-end}footer.site-footer .footer-col.footer-zeiten{display:flex;flex-direction:column}footer.site-footer .footer-col+.footer-col{border-top:none;padding-top:0;border-left:2px solid #28465A;padding-left:40px}footer.site-footer .footer-col:not(:last-child){padding-right:40px}footer.site-footer .footer-partner{display:grid;grid-template-columns:1fr 1fr;justify-items:center;align-items:center;gap:35px 30px}footer.site-footer .footer-partner a{max-width:140px}footer.site-footer .footer-links{display:grid;grid-template-columns:auto 1fr;column-gap:0;row-gap:0;align-items:stretch;align-content:space-between;position:static}footer.site-footer .footer-links:before{display:none}footer.site-footer .footer-links .social{grid-column:1;grid-row:1/span 2;display:flex;flex-direction:column;justify-content:space-between;align-items:center;width:auto;height:100%;gap:0;padding:0 40px 0 0;border:none;border-right:2px solid #28465A}footer.site-footer .footer-links .social a:nth-child(1),footer.site-footer .footer-links .social a:nth-child(2),footer.site-footer .footer-links .social a:nth-child(3),footer.site-footer .footer-links .social a:nth-child(4){order:unset}footer.site-footer .footer-links .impressum{grid-column:2;grid-row:1;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:auto;gap:10px;padding:0 0 0 30px;text-align:left}footer.site-footer .footer-links .impressum a{font-size:1.6rem}footer.site-footer .footer-links .copyright{grid-column:2;grid-row:2;padding-left:30px;margin-top:50px;text-align:left}}@media screen and (min-width:78em){:root{--container-padding: 80px}h1,h2{font-size:3.2rem}p{font-size:1.75rem}ul li{font-size:1.75rem!important}a{font-size:1.6rem}.kform .kform-consent .kform-consent-text a{font-size:inherit!important}.kform .kform-footer{padding:24px!important}.overlay header{max-width:1300px;margin-left:auto;margin-right:auto;padding-top:80px}.overlay header .logo{max-width:400px}.overlay nav:not([class*=nav3-]){max-width:1300px;margin-left:auto;margin-right:auto;height:auto;min-height:500px;padding:0 var(--container-padding) 50px;margin-top:70px}.overlay nav:not([class*=nav3-])>ul{flex-direction:row;justify-content:space-between;flex-wrap:wrap}.overlay nav:not([class*=nav3-])>ul>li{flex-basis:50%;margin-top:50px}.overlay nav:not([class*=nav3-])>ul>li:nth-of-type(1),.overlay nav:not([class*=nav3-])>ul>li:nth-of-type(2){margin-top:0}.overlay nav:not([class*=nav3-])>ul>li a{font-size:2.3rem}.overlay nav:not([class*=nav3-])>ul>li>ul{display:flex!important}.overlay .overlay-footer{margin-left:auto;margin-right:auto;max-width:1300px}.overlay .overlay-footer .left-container .language-switcher a{--size: 50px;font-size:1.9rem}.overlay .overlay-footer .right-container .links{flex-direction:row}.overlay .overlay-footer .right-container .links a{margin-right:50px}.overlay .overlay-footer .right-container .links a:last-of-type{margin-right:0}header#header .header-container{max-width:1300px}header#header .header-container .logo{max-width:400px}header#header .header-container .mobile-menu{right:max(var(--container-padding),(100vw - 1300px) / 2 + var(--container-padding))}main #hero-section{max-width:1300px;padding-bottom:200px}main #hero-section .text-container{max-width:800px}main #hero-section .image-container{max-height:500px;max-width:500px}main #hero-section .image-container .hero-image:before{width:55px;height:55px;right:45%}main #hero-section .image-container .hero-image:after{height:90px;width:90px}main #hero-section .bubble{width:900px}main #hero-section .bubble:before{height:35px;width:35px;left:60px}main #review-section{max-width:100vw;padding-bottom:100px;margin-bottom:100px}main .einleitung-section{max-width:1300px;padding-bottom:200px}main .einleitung-section .image-container{max-height:500px;max-width:500px}main #methoden-section{max-width:1300px;padding-bottom:200px}main #kontakt-section{max-width:1300px}main #formular-section form .form-group .leistungen-radio-group .leistung-group .leistung-image{margin-right:20px}main #formular-section form .form-group .leistungen-radio-group .leistung-group h5{font-size:1.8rem}}@media screen and (min-width:95em){:root{--container-width: 1700px}html{font-size:70%}h1,h2{font-size:3.3rem;line-height:140%}header#header .header-container{max-width:var(--container-width);padding-top:80px}header#header .header-container .logo{max-width:400px}header#header .header-container .mobile-menu{right:max(var(--container-padding),(100vw - var(--container-width)) / 2 + var(--container-padding))}.overlay header,.overlay nav,.overlay .overlay-footer{max-width:var(--container-width)}.overlay header .logo{max-width:400px}.button{padding:10px 90px;border-radius:25px}main{margin-top:30px;transform:translateY(-40px)}main #hero-section{max-width:var(--container-width);padding-right:calc(var(--container-padding) - (100vw - var(--container-width)) / 2);align-items:flex-start}main #hero-section .text-container p{margin-top:25px}main #hero-section .text-container a{margin-top:50px}main #hero-section .text-container{margin-bottom:30px}main #hero-section .image-container{max-height:650px;max-width:650px}main #hero-section .image-container .hero-image:before{width:90px;height:90px}main #hero-section .image-container .hero-image:after{width:150px;height:150px}main #hero-section .bubble{width:1100px}main #hero-section .bubble:before{width:70px;height:70px;left:75px}main #review-section{max-width:100vw;padding-right:calc(var(--container-padding) - (100vw - var(--container-width)) / 2)}main .einleitung-section{max-width:var(--container-width);padding-right:calc(var(--container-padding) - (100vw - var(--container-width)) / 2)}main .einleitung-section.leistungen-seite{padding-bottom:100px;padding-right:var(--container-padding)}main .einleitung-section.leistungen-seite .text-container{margin-left:0;margin-right:auto}main .einleitung-section.leistungen-seite:nth-of-type(odd) .text-container{padding-right:0;margin-left:var(--container-padding)}main .einleitung-section.leistungen-seite:nth-of-type(odd) .image-container .einleitung-image:before{right:50px}main .einleitung-section.kontakt-seite{padding-bottom:100px;padding-right:var(--container-padding)}main .einleitung-section.kontakt-seite .text-container{margin-right:0;margin-left:auto}main .einleitung-section.kontakt-seite:nth-of-type(2n) .text-container{padding-left:0;margin-right:var(--container-padding)}main .einleitung-section.kontakt-seite:nth-of-type(2n) .image-container .einleitung-image:before{right:50px}main .einleitung-section .image-container{max-height:620px;max-width:620px}main .einleitung-section .image-container .einleitung-image:before{height:120px;width:120px}main .einleitung-section .text-container{max-width:650px}main .einleitung-section .text-container h2{max-width:500px}main .einleitung-section .text-container p{max-width:500px}main #methoden-section{max-width:var(--container-width)}main #methoden-section .methoden-row .methoden-item{height:300px;max-height:500px;max-width:unset}main #methoden-section .methoden-row .methoden-item .methoden-image-container{width:100%;height:100%}main #methoden-section .methoden-row .methoden-item .methoden-image-container .methoden-image{max-width:100%;max-height:100%;width:100%}main #methoden-section .methoden-row .methoden-item .text-container{padding-left:20px}main #methoden-section .methoden-row .methoden-item .text-container h4{font-size:2.2rem}main #methoden-section .methoden-row .methoden-item .text-container p{font-size:1.6rem}main #methoden-section .methoden-row .methoden-item:nth-of-type(3) .methoden-image-container{position:relative}main #methoden-section .methoden-row .methoden-item:nth-of-type(3) .methoden-image-container:after{content:"";position:absolute;left:0;bottom:50%;background-color:#28465a;z-index:-1;border-radius:50%;transform:translate(-50%,50%);width:100px;height:100px}main #methoden-section .methoden-row .methoden-item:nth-of-type(3) .methoden-image-container:before{content:"";position:absolute;left:-90px;bottom:30%;background-color:#28465a;z-index:-1;border-radius:50%;transform:translate(-50%,50%);width:60px;height:60px}main #methoden-section .bubble{width:100%;height:100%;background-size:contain;position:absolute;transform:translate(-30%,-25%);transform-origin:bottom left;background-position:bottom}main #kontakt-section{max-width:var(--container-width);padding-top:150px}main #kontakt-section .kontakt-container{align-items:flex-end}main #kontakt-section .karten-container{margin-bottom:30px}main #kontakt-section .karten-container .karten-item{max-width:400px}main #kontakt-section .karten-container .karten-item:first-of-type{margin-right:50px}main #kontakt-section .bubble-mobile{width:130vw;height:900px;max-width:1900px;max-height:900px;transform:translate(-200px,-50px)}main #details-section{max-width:var(--container-width);margin:0 auto}main #details-section header h2{max-width:500px}main #details-section .bubble{transform:translate(-100px,-50px);bottom:0;top:unset;heighT:800px;max-height:800px}main #beschreibung-section{max-width:var(--container-width);margin:0 auto}main #beschreibung-section .text-container{max-width:600px}main #beschreibung-section .bubble{max-width:unset;max-height:950px;height:950px;transform:translate(-200px,300px)}main #mehr-details-section .details-row{padding:0 calc(var(--container-padding) / 2);justify-content:space-evenly}main #mehr-details-section .details-row .detail-item{margin-bottom:75px;flex-basis:25%}main #mehr-details-section .details-row .detail-item .icon-container{--size: 140px}main #mehr-details-section .details-row .detail-item .icon-container img{width:100%;height:100%;padding:40px;max-width:unset;max-height:unset}main #mehr-details-section .details-row .detail-item .text-container{max-width:90%;margin:35px auto 0}main #formular-section{max-width:var(--container-width);margin:0 auto;padding:0 var(--container-padding)}main #formular-section header{max-width:600px}main #formular-section header h2{line-height:140%}main #impressum-section{margin-top:100px}footer.site-footer{padding:0 var(--container-padding)}}@media screen and (min-width:110em){:root{--container-width: 1700px}}@media screen and (min-width:120em){:root{--container-width: 95vw}main #hero-section .text-container{max-width:800px}main #methoden-section .methoden-row>.methoden-item:before{width:650px}}@media screen and (min-width:137.5em){:root{--container-width: 2000px;--container-padding: 100px}html{font-size:85%}}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-arrow{background:transparent;color:#28465a;font-size:30px;line-height:1;width:50px;height:50px;text-align:center;position:absolute;top:50%;transform:translateY(-50%);z-index:1;border:0;cursor:pointer}.slick-prev{left:-30px}.slick-next{right:-30px}@media screen and (min-width:768px){.slick-prev{left:-50px}.slick-next{right:-50px}}@media screen and (min-width:1500px){.slick-slide{margin:0 15px!important}.slick-list{margin:0 -15px!important}.slick-prev{left:-70px}.slick-next{right:-70px}}.overlay.nav3{display:flex;flex-direction:column;justify-content:flex-start;background:#fff;color:#28465a;z-index:30!important}.overlay.nav3 nav{position:static;height:auto;min-height:0;margin:0;padding:0}.overlay.nav3 nav.nav3-rail>ul{height:auto;display:block;margin:0;padding:0}.overlay.nav3 nav.nav3-rail>ul>li{margin:0;padding:0;display:block}.overlay.nav3 .nav3-top-btn{font-size:1.8rem}.overlay.nav3 [hidden]{display:none!important}.overlay.nav3 .overlay-header{flex:0 0 auto;padding:22px var(--container-padding) 18px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid rgba(40,70,90,.1)}.overlay.nav3 .overlay-header .logo{display:block;max-width:220px;width:60%}.overlay.nav3 .overlay-header .logo img{display:block;width:100%;height:auto}.overlay.nav3 .overlay-header .overlay-close{width:var(--mobile-menu-size, 44px);height:var(--mobile-menu-size, 44px);background:none;border:0;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center}.overlay.nav3 .overlay-header .overlay-close img{width:70%;height:auto;display:block}.overlay.nav3 .overlay-body{flex:1 1 auto;min-height:0;overflow-y:auto;padding:6px var(--container-padding) 24px;padding:0;display:block}.nav3-toplevel{list-style:none}.nav3-top-btn{display:flex;align-items:center;gap:18px;width:100%;padding:18px 14px;background:none;border:0;border-bottom:1px solid rgba(40,70,90,.1);cursor:pointer;text-align:left;text-decoration:none;color:#28465a;font-family:Quicksand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:1.8rem;font-weight:700}.nav3-top-icon{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:36px;color:#28465a;opacity:.65}.nav3-top-icon svg{width:auto;height:25px;display:block}.nav3-top-label{flex:1 1 auto}.nav3-top-chevron{width:14px;height:auto;margin-left:auto;transform:rotate(90deg);transition:transform .2s ease}.nav3-top.is-open>.nav3-top-btn{background:#f6f1ea}.nav3-top.is-open>.nav3-top-btn .nav3-top-icon{opacity:1}.nav3-top.is-open>.nav3-top-btn .nav3-top-chevron{transform:rotate(-90deg)}.nav3-cats-mobile,.nav3-positions-mobile,.nav3-treatments-mobile{list-style:none}.nav3-catm-btn,.nav3-catm>.nav3-posm-link,.nav3-posm-btn,.nav3-posm-link{display:flex;align-items:center;gap:14px;width:100%;background:none;border:0;border-bottom:1px solid rgba(40,70,90,.1);cursor:pointer;text-align:left;text-decoration:none;color:#28465a;font-family:Quicksand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-weight:700}.nav3-catm-btn{padding:14px 14px 14px 16px;font-size:1.7rem}.nav3-positions-mobile{padding-left:14px}.nav3-posm-btn,.nav3-posm-link{padding:14px 14px 14px 8px;font-size:1.6rem;font-weight:500}.nav3-treatments-mobile{padding:4px 0 12px 64px}.nav3-trm-link{display:block;padding:10px 8px;color:#28465a99;text-decoration:none;font-size:1.5rem;font-family:Quicksand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.nav3-trm-link:hover{color:#28465a}.nav3-thumb{--thumb: 46px;flex:0 0 auto;display:inline-flex;width:var(--thumb);height:var(--thumb);border-radius:50%;overflow:hidden;background:#28465a12}.nav3-thumb img{width:100%;height:100%;object-fit:cover}.nav3-thumb--lg{--thumb: 58px}.nav3-thumb--ph{background:#28465a12}.nav3-acc-chevron{width:13px;height:auto;margin-left:auto;transform:rotate(90deg);transition:transform .2s ease}.nav3-catm.is-open>.nav3-catm-btn,.nav3-posm.is-open>.nav3-posm-btn{background:#28465a08}.nav3-catm.is-open>.nav3-catm-btn .nav3-acc-chevron,.nav3-posm.is-open>.nav3-posm-btn .nav3-acc-chevron{transform:rotate(-90deg)}.nav3-beratung{display:block;margin-top:28px;padding:24px 22px;background:#f6f1ea;border-radius:14px}.nav3-beratung .nav3-beratung-head{display:flex;align-items:center;gap:12px;margin-bottom:12px}.nav3-beratung .nav3-beratung-head strong{font-size:1.7rem;font-weight:700;line-height:1.25}.nav3-beratung .nav3-beratung-icon{width:30px;height:34px;color:#28465a}.nav3-beratung .nav3-beratung-icon svg{width:100%;height:100%}.nav3-beratung .nav3-beratung-text{font-size:1.45rem;color:#28465a99;line-height:1.5;margin:0 0 18px}.nav3-beratung .nav3-beratung-cta{display:block;width:100%;padding:14px 20px;background:#28465a;color:#fff;border:0;border-radius:50px;cursor:pointer;font-family:Quicksand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-weight:700;font-size:1.55rem}.nav3-beratung .nav3-beratung-note{margin:14px 0 0;text-align:center;font-size:1.25rem;color:#28465a99}.nav3-content{display:none}.nav3-content-bar{display:flex;align-items:flex-start;justify-content:space-between;gap:40px;margin-bottom:34px}.nav3-head{flex:1 1 auto;min-width:0}.nav3-tools{flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-end;gap:18px}.nav3-breadcrumb{display:flex;align-items:center;gap:10px;font-size:1.45rem;color:#28465a99}.nav3-breadcrumb .nav3-bc-sep{opacity:.5;margin-right:10px}.nav3-breadcrumb .nav3-bc-link{background:none;border:0;cursor:pointer;color:#28465a99;font:inherit;padding:0}.nav3-breadcrumb:hover .nav3-bc-link{color:#28465a}.nav3-breadcrumb [data-bc-home]{font-weight:700;color:#28465a}.nav3-breadcrumb .nav3-bc-tail [data-bc-cat]{color:#28465a}.nav3-search{position:relative;display:flex;align-items:center;width:340px;max-width:100%}.nav3-search input{width:100%;padding:13px 46px 13px 22px;background:#28465a0d;border:0;border-radius:50px;font-family:Quicksand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:1.5rem;color:#28465a}.nav3-search input::placeholder{color:#28465a99}.nav3-search input:focus,.nav3-search input:focus-visible{outline:none!important;box-shadow:inset 0 0 0 2px #28465a80}.nav3-search .nav3-search-icon{position:absolute;right:18px;width:19px;height:auto;color:#28465a;opacity:.55;pointer-events:none}.nav3-search-results{list-style:none;position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:5;margin:0;padding:6px;max-height:320px;overflow-y:auto;background:#fff;border:1px solid rgba(40,70,90,.1);border-radius:16px;box-shadow:0 12px 30px #28465a24}.nav3-search-results li{margin:0}.nav3-search-results a{display:flex;flex-direction:column;gap:2px;padding:10px 14px;border-radius:10px;text-decoration:none;color:#28465a}.nav3-search-results a:hover,.nav3-search-results a.is-active{background:#28465a0f}.nav3-search-results .nav3-sr-title{font-size:1.5rem;font-weight:700}.nav3-search-results .nav3-sr-cat{font-size:1.25rem;color:#28465a99}.nav3-search-results .nav3-sr-empty{padding:14px;font-size:1.4rem;color:#28465a99}.nav3-search--mobile .nav3-search-results{top:auto;bottom:calc(100% + 8px)}.nav3-panel-title{font-size:3.2rem;font-weight:700;margin:0 0 8px;line-height:1.1}.nav3-panel-intro{font-size:1.6rem;color:#28465a99;margin:0;line-height:1.45}.nav3-cat-list,.nav3-pos-list{list-style:none}.nav3-cat-row,.nav3-pos-row{display:flex;align-items:center;gap:22px;width:100%;padding:18px 6px;background:none;border:0;border-bottom:1px solid rgba(40,70,90,.1);cursor:pointer;text-align:left;text-decoration:none;color:#28465a}.nav3-pos-row--multi{cursor:default}.nav3-cat-text,.nav3-pos-text{display:flex;flex-direction:column;gap:4px;flex:1 1 auto}.nav3-cat-title,.nav3-pos-title{font-size:2rem;font-weight:700}.nav3-cat-sub,.nav3-pos-sub{font-size:1.45rem;color:#28465a99;line-height:1.4}.nav3-pos-sub--links a{color:#28465a99;text-decoration:none}.nav3-pos-sub--links a:hover{color:#28465a;text-decoration:underline}.nav3-row-chevron{width:14px;height:auto;margin-left:auto}.nav3-cat-row:hover .nav3-cat-title,.nav3-pos-row:not(.nav3-pos-row--multi):hover .nav3-pos-title{text-decoration:underline}.overlay.nav3 .overlay-footer{flex:0 0 auto;padding:18px var(--container-padding) calc(26px + env(safe-area-inset-bottom,0px));display:flex;flex-direction:column;gap:20px;border-top:1px solid rgba(40,70,90,.1)}.overlay.nav3 .overlay-footer .overlay-footer-langs{display:none}.overlay.nav3 .overlay-footer .overlay-footer-right{display:contents}.overlay.nav3 .overlay-footer .overlay-cta{display:flex;align-items:center;justify-content:center;width:100%;padding:14px 30px;background:#28465a;color:#fff;border:0;border-radius:50px;cursor:pointer;font-family:Quicksand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-weight:700;font-size:1.6rem;text-decoration:none}.overlay.nav3 .overlay-footer .overlay-socials{display:none}.overlay.nav3 .overlay-footer .overlay-footer-contact{display:flex;align-items:center;justify-content:center;gap:16px;width:100%}.overlay.nav3 .overlay-footer .overlay-footer-contact a{--icon: 44px;display:inline-flex;align-items:center;justify-content:center;width:var(--icon);height:var(--icon);border-radius:50%;background:#28465a14;color:#28465a}.overlay.nav3 .overlay-footer .overlay-footer-contact a img{width:42%;height:auto;display:block}.overlay.nav3 .overlay-footer .overlay-footer-contact a svg{width:48%;height:auto;display:block}.nav3-search--mobile{width:100%}@media screen and (min-width:64em){.overlay.nav3{overflow:hidden!important}.overlay.nav3 .overlay-header{padding:40px var(--container-padding) 24px}.overlay.nav3 .overlay-header .logo{max-width:320px}.overlay.nav3 .overlay-body{display:grid;grid-template-columns:minmax(280px,340px) 1fr;gap:64px;align-items:start;max-width:1500px;width:100%;margin:0 auto;padding:36px 0 120px}.nav3-rail{grid-column:1}.nav3-toplevel>.nav3-top{border-bottom:1px solid rgba(40,70,90,.1)}.nav3-top-btn{border-bottom:0;border-radius:10px;padding:14px 18px;margin:4px 0}.nav3-top-chevron{display:none}.nav3-top.is-active>.nav3-top-btn{background:#f6f1ea}.nav3-top.is-active>.nav3-top-btn .nav3-top-icon{opacity:1}.nav3-top-btn:hover{background:#28465a0a}.nav3-cats-mobile{display:none!important}.nav3-beratung{display:block}.nav3-content{display:block;grid-column:2}.nav3-search--mobile{display:none}.overlay.nav3 .overlay-footer{position:fixed;left:0;right:0;bottom:0;z-index:1;background:#fff;border-top:1px solid rgba(40,70,90,.1);padding:16px var(--container-padding);display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:30px}.overlay.nav3 .overlay-footer .overlay-cta{display:none}.overlay.nav3 .overlay-footer .overlay-footer-langs{grid-column:1;justify-self:start;display:flex;align-items:center;gap:18px}.overlay.nav3 .overlay-footer .overlay-footer-langs a{color:#28465a;text-decoration:none;font-size:1.4rem;font-weight:500;letter-spacing:.05em;opacity:.35}.overlay.nav3 .overlay-footer .overlay-footer-langs a.active{opacity:1;font-weight:700}.overlay.nav3 .overlay-footer .overlay-footer-langs a:hover{opacity:1}.overlay.nav3 .overlay-footer .overlay-footer-right{grid-column:2;justify-self:end;display:flex;align-items:center;gap:24px}.overlay.nav3 .overlay-footer .overlay-socials{display:flex;align-items:center;gap:20px}.overlay.nav3 .overlay-footer .overlay-socials a{display:inline-flex;color:#28465a;text-decoration:none;font-size:2.2rem}.overlay.nav3 .overlay-footer .overlay-footer-contact a{--icon: 38px}}@media screen and (min-width:90em){.overlay.nav3 .overlay-body{gap:90px}.nav3-panel-title{font-size:3.6rem}}body.kform-open{position:fixed;width:100%;overflow:hidden}.kform-sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.kform{position:fixed;inset:0;z-index:200;background:#fff;color:#28465a;display:flex;flex-direction:column;font-family:Quicksand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:1.6rem;line-height:1.4}.kform[hidden]{display:none}.kform *{box-sizing:border-box}.kform .kform-header{flex:0 0 auto;height:56px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;border-bottom:1px solid rgba(40,70,90,.12)}.kform .kform-head-left{display:flex;align-items:center;gap:14px}.kform .kform-counter{font-size:1.5rem;font-weight:700}.kform .kform-back{background:none;border:0;color:#28465a;font-family:inherit;font-size:1.5rem;font-weight:500;display:inline-flex;align-items:center;gap:6px;padding:6px 2px;cursor:pointer}.kform .kform-back[hidden]{display:none}.kform .kform-chevron{display:inline-block;width:7px;height:auto}.kform .kform-chevron--left{transform:rotate(180deg)}.kform .kform-close{background:none;border:0;color:#28465a;font-size:2.6rem;line-height:1;padding:4px 8px;cursor:pointer}.kform .kform-body{flex:1 1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:24px 20px;display:flex;flex-direction:column}.kform .kform-step{display:flex;flex-direction:column}.kform .kform-step[hidden]{display:none}.kform .kform-heading{font-size:2rem;font-weight:700;text-align:center;margin:6px 0;line-height:1.25}.kform .kform-sub{text-align:center;font-size:1.4rem;color:#28465a99;margin:0 0 26px;line-height:1.4;text-wrap:balance}.kform .kform-subheading{font-size:1.6rem;font-weight:700;text-align:center;margin:44px 0 16px}.kform .kform-required-hint{font-size:1.15rem;color:#28465a99;margin:10px 2px 0}.kform .kform-rows{list-style:none;margin:0;padding:0}.kform .kform-rows li{margin:0}.kform .kform-row{display:flex;align-items:center;gap:16px;width:100%;background:none;border:0;border-bottom:1px solid rgba(40,70,90,.12);padding:12px;cursor:pointer;text-align:left;font-family:inherit;color:#28465a;transition:background .15s ease}.kform .kform-row:hover{background:#28465a0e}.kform .kform-row-label{flex:1 1 auto;font-size:1.6rem;font-weight:500}.kform .kform-thumb{flex:0 0 auto;width:52px;height:52px;border-radius:50%;overflow:hidden;background:#28465a12;display:inline-flex}.kform .kform-thumb img{width:100%;height:100%;object-fit:cover}.kform .kform-thumb--ph{background:#28465a12}.kform .kform-rows--radio .kform-radio-row{border-bottom:1px solid rgba(40,70,90,.12)}.kform .kform-radio-row{display:flex;align-items:center;gap:14px;cursor:pointer;padding:13px 6px;color:#28465a}.kform .kform-radio-row .kform-row-label{font-size:1.6rem;font-weight:500;flex:1 1 auto}.kform .kform-radio-control{position:relative;width:20px;height:20px;flex:0 0 20px}.kform .kform-radio-control input{position:absolute;inset:0;opacity:0;margin:0;cursor:pointer}.kform .kform-radio-control input:checked+.kform-radio-dot{border-color:#28465a}.kform .kform-radio-control input:checked+.kform-radio-dot:after{opacity:1;transform:scale(1)}.kform .kform-radio-dot{position:absolute;inset:0;border:1px solid rgba(40,70,90,.5);border-radius:50%;background:#fff}.kform .kform-radio-dot:after{content:"";position:absolute;inset:4px;background:#28465a;border-radius:50%;opacity:0;transform:scale(.6);transition:opacity .15s,transform .15s}.kform .kform-fieldset{border:0;margin:40px 0 0;padding:0}.kform .kform-fieldset-legend{font-size:1.6rem;font-weight:700;padding:0;margin:0 0 6px}.kform .kform-fieldset.has-error .kform-radio-dot{border-color:#c03030}.kform .kform-field{position:relative;margin:0}.kform .kform-field--line{border-bottom:1px solid rgba(40,70,90,.12)}.kform .kform-field--line input{width:100%;border:0;background:none;padding:16px 6px;font-family:inherit;font-size:1.6rem;font-weight:500;color:#28465a;outline:none}.kform .kform-field--line input::placeholder{color:#28465a99;font-weight:500}.kform .kform-field--line.has-error{border-color:#c03030}.kform .kform-field textarea{width:100%;border:1px solid rgba(40,70,90,.12);border-radius:14px;padding:14px 16px;font-family:inherit;font-size:1.5rem;color:#28465a;min-height:110px;resize:vertical;outline:none}.kform .kform-field textarea::placeholder{color:#28465a99}.kform .kform-field textarea:focus{border-color:#28465a66}.kform .kform-error{display:block;color:#c03030;font-size:1.2rem;margin:6px 6px 0}.kform .kform-error[hidden]{display:none}.kform .kform-sum-block{padding:22px 0;border-bottom:1px solid rgba(40,70,90,.12)}.kform .kform-sum-block:first-of-type{padding-top:4px}.kform .kform-sum-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:10px}.kform .kform-sum-head h3{font-size:1.6rem;font-weight:700;margin:0}.kform .kform-sum-edit{background:none;border:0;color:#28465a;font-family:inherit;font-size:1.4rem;font-weight:700;text-decoration:underline;cursor:pointer;padding:0}.kform .kform-sum-line{margin:2px 0;font-size:1.5rem;color:#28465a99;line-height:1.4}.kform .kform-sum-line[hidden]{display:none}.kform .kform-consent{display:flex;align-items:flex-start;gap:12px;font-size:1.25rem;line-height:1.5;margin-top:28px}.kform .kform-consent input[type=checkbox]{appearance:none;-webkit-appearance:none;width:20px;height:20px;border:1px solid rgba(40,70,90,.5);border-radius:4px;background:#fff;margin:0;flex:0 0 20px;position:relative;cursor:pointer}.kform .kform-consent input[type=checkbox]:checked:after{content:"";position:absolute;left:6px;top:2px;width:6px;height:11px;border:solid #28465A;border-width:0 2px 2px 0;transform:rotate(45deg)}.kform .kform-consent .kform-consent-text a{color:inherit;text-decoration:underline}.kform .kform-consent.has-error input[type=checkbox]{border-color:#c03030}.kform .kform-step--danke{text-align:center;margin:auto 0;align-items:center;padding:20px}.kform .kform-check{color:#28465a;width:84px;height:84px;margin:0 auto 28px}.kform .kform-check svg{width:100%;height:100%;display:block}.kform .kform-danke-headline{font-size:2.6rem;font-weight:700;line-height:1.2;margin:0 0 18px;max-width:320px}.kform .kform-danke-text{font-size:1.5rem;color:#28465a99;line-height:1.5;margin:0 0 40px;max-width:360px}.kform .kform-danke-logo{display:block;max-width:200px;width:55%;height:auto;margin:0 auto}.kform .kform-footer{flex:0 0 auto;padding:14px 20px calc(20px + env(safe-area-inset-bottom,0px));display:flex;flex-direction:column;align-items:center;gap:12px}.kform .kform-btn{width:100%;max-width:420px;padding:16px 24px;border:0;border-radius:999px;background:#28465a;color:#fff;font-family:inherit;font-size:1.6rem;font-weight:700;cursor:pointer}.kform .kform-btn[hidden]{display:none}.kform .kform-btn:hover{opacity:.92}.kform .kform-btn:disabled,.kform .kform-btn.is-loading{opacity:.6;cursor:default}.kform .kform-btn--ghost{background:#fff;color:#28465a;border:1px solid rgba(40,70,90,.4)}@media(min-width:64em){.kform{font-size:1.7rem}.kform .kform-body{padding:36px 40px}.kform .kform-heading,.kform .kform-sub,.kform .kform-subheading,.kform .kform-rows,.kform .kform-field,.kform .kform-fieldset,.kform .kform-required-hint,.kform .kform-sum-block,.kform .kform-consent,.kform .kform-error{max-width:560px;margin-left:auto;margin-right:auto;width:100%}.kform .kform-header{height:64px;padding:0 28px}.kform .kform-counter,.kform .kform-back{font-size:1.6rem}.kform .kform-close{font-size:3rem}.kform .kform-heading{font-size:2.8rem}.kform .kform-sub{font-size:1.5rem}.kform .kform-subheading{font-size:1.8rem}.kform .kform-row-label,.kform .kform-radio-row .kform-row-label{font-size:1.7rem}.kform .kform-thumb{width:56px;height:56px}.kform .kform-field--line input{font-size:1.7rem}.kform .kform-fieldset-legend,.kform .kform-sum-head h3{font-size:1.8rem}.kform .kform-sum-line{font-size:1.6rem}.kform .kform-consent{font-size:1.35rem}.kform .kform-footer{padding:18px 40px 32px;gap:14px}.kform .kform-btn{font-size:1.7rem;padding:17px 28px}.kform .kform-danke-headline{font-size:3rem}.kform .kform-danke-text{font-size:1.6rem}}:focus-visible{outline:2px solid #28465A;outline-offset:2px;border-radius:2px}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,[role=button]:focus-visible,.kform-cat-btn:focus-visible,.kform-treatment-btn:focus-visible,.slick-list:focus-visible,.swiper-slide:focus-visible,.methoden-nav:focus-visible,.overlay-cta:focus-visible,.overlay-close:focus-visible,.nav-toggle:focus-visible,.nav-back-btn:focus-visible,.nav-link:focus-visible{outline:2px solid #28465A!important;outline-offset:2px}.overlay.open .nav-toggle:focus-visible,.overlay.open .nav-back-btn:focus-visible,.overlay.open .nav-link:focus-visible,#header.dark :focus-visible,.dark-section :focus-visible{outline-color:#fff!important;box-shadow:0 0 0 4px #28465a80}.kform .kform-consent .kform-consent-text a{font-size:inherit!important}.topbar-crisalix,.topbar-crisalix *{color:#000!important}.topbar-crisalix .crisalix-widget-micro{display:flex!important;justify-content:center!important;transform:scale(.9);transform-origin:center center;padding:4px 0}@media all and (max-width:768px){.topbar-crisalix .crisalix-widget-micro{transform:scale(1)!important}.crisalix-widget-micro{flex-direction:row!important}.crisalix-widget-micro .crisalix-widget-logo{order:initial!important;margin-top:0!important;margin-right:18px!important}.crisalix-widget-micro__content{flex-direction:row!important;align-items:center!important;gap:3.2px}.crisalix-widget-rate-text,.carousel-reviews-count{font-size:10.8px!important;color:#000!important}.topbar-crisalix .crisalix-widget-stars__rating__svg{width:15.3px!important;height:15.3px!important}}.hero-image[data-astro-cid-5hce7sga] img[data-astro-cid-5hce7sga]{opacity:1;transform:none}#hero-section[data-astro-cid-5hce7sga] .bubble[data-astro-cid-5hce7sga]{opacity:0;animation:fadeIn .3s ease 1s forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media(max-width:768px){.hero-image[data-astro-cid-5hce7sga] img[data-astro-cid-5hce7sga],.bubble[data-astro-cid-5hce7sga]{animation:none!important;opacity:1!important;transform:none!important}}.skip-link[data-astro-cid-5hce7sga]{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden;z-index:100000}.skip-link[data-astro-cid-5hce7sga]:focus{left:1rem;top:1rem;width:auto;height:auto;padding:.75rem 1.25rem;background:#28465a;color:#fff;border-radius:4px;outline:3px solid #fff;outline-offset:2px;text-decoration:none;font-weight:600}[data-astro-cid-5hce7sga]:focus-visible{outline:2px solid #28465a;outline-offset:2px}
