:root{--yellowColor:#FFF1A2;--greenColorRGB:99, 181, 48;--greenColor:#63b530;--blackColor:#000;--whiteColor:#fff;--backgroundColor:#F1F7EE;--gutter:8px;--outerGutter:8px}@media (min-width:800px){:root{--outerGutter:24px}}@media (min-width:1200px){:root{--gutter:16px;--outerGutter:40px}}*,*:before,*:after{box-sizing:border-box}body{margin:0;background:var(--backgroundColor)}body,button,select,input,textarea{font-family:"new-zen",sans-serif;font-weight:400;font-style:normal;font-size:clamp(18px, 1.9vw, 22px);line-height:1.4}.bigger{font-size:1.27em}.button,button{background:var(--yellowColor);padding:calc(var(--gutter) / 2) var(--gutter);font-weight:700;border-radius:8px;color:var(--greenColor);display:inline-flex;align-items:center;cursor:pointer}.button svg,button svg{stroke:var(--greenColor)}p{margin:0 0 1.4em 0;padding:0}p:last-child{margin:0;padding:0}a{text-decoration:none;color:var(--greenColor)}.innerwrapper{max-width:1600px;margin:0 auto}svg .greenColor{fill:var(--greenColor)}svg .yellowColor{fill:var(--yellowColor)}h1{font-size:clamp(34px, 4vw, 56px);margin:0;padding:0;font-weight:700}h2{font-size:clamp(30px, 4vw, 42px);margin:0;padding:0;font-weight:700}h3{font-size:clamp(24px, 4vw, 35px);margin:0;padding:0;font-weight:400}.block-image-single{position:relative}.rpb-textmitbild_link{bottom:0;left:0;width:100%;position:absolute;color:var(--yellowColor);display:flex;justify-content:space-between;align-items:center;padding:calc(var(--gutter) * 2);background:linear-gradient(360deg,rgb(99 181 48 / .8) 61.47%,#fff0 100%)}blockquote{text-align:right;font-size:1.27em;margin:0;padding:0}blockquote p{margin:0;padding:0}blockquote cite{font-size:.7874em}main{min-height:calc(100vh - 242px)}.InputfieldContent{display:flex}.logo{width:80px}@media (min-width:800px){.logo{width:194px}}.logo svg{width:100%;height:auto}footer .innerwrapper{padding:var(--gutter);display:grid;gap:var(--gutter)}@media (min-width:800px){footer .innerwrapper{padding:calc(var(--gutter) * 2.5);grid-template-columns:repeat(4,1fr)}}footer .innerwrapper a{text-decoration:underline}header{position:fixed;width:100vw;z-index:999;top:0;left:0;background:linear-gradient(179.64deg,rgb(245 249 243 / .9) .32%,rgb(245 249 243 / .6) 42.83%,#fff0 70.54000000000001%)}header .innerwrapper{display:flex;justify-content:space-between;padding:var(--outerGutter)}header>div>nav>ul{list-style:none;margin:0;padding:0;gap:var(--gutter);align-items:baseline;font-size:1.27rem;display:none}@media (min-width:800px){header>div>nav>ul{display:flex}}header li a{border-radius:8px}header li#kontakt a{background:var(--yellowColor);padding:calc(var(--gutter) / 2) var(--gutter);font-weight:700;display:inline-block}header li.active#kontakt a{background:var(--greenColor);color:var(--yellowColor);font-weight:700;padding:calc(var(--gutter) / 2) var(--gutter);display:inline-block}header li.active a{background:var(--greenColor);color:var(--yellowColor);font-weight:700;padding:calc(var(--gutter) / 2) var(--gutter);display:inline-block}@media (min-width:800px){.mobile-menu{display:none}}.show-menu .overlay-mobile-menu{display:flex}.overlay-mobile-menu{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:var(--yellowColor);z-index:9999;align-items:center}.overlay-mobile-menu ul{font-size:1.27rem;list-style:none;margin:0;padding:0;width:100%}.overlay-mobile-menu li{text-align:center;padding:calc(var(--gutter) * 2) 0}.overlay-mobile-menu li a{display:inline-block}.overlay-mobile-menu li.active a{border-radius:8px;background:var(--greenColor);color:var(--yellowColor);font-weight:700;padding:calc(var(--gutter) / 2) var(--gutter);display:inline-block}.overlay-mobile-menu .button{background:var(--greenColor);color:var(--yellowColor);position:absolute;top:var(--gutter);right:var(--gutter)}.overlay-mobile-menu .button svg{stroke:var(--yellowColor)}.rpb-hero{position:relative;display:grid;grid-template-rows:auto;grid-template-areas:"image" "text"}@media (min-width:800px){.rpb-hero{height:100vh;display:block}}.rpb-hero_absolute{grid-area:text;position:relative;background:linear-gradient(180.86deg,#fff0 13.05%,rgb(245 249 243 / .6) 28.68%,#f5f9f3 99.26000000000001%);padding:var(--outerGutter)}.rpb-hero_absolute h1{font-weight:400;font-size:clamp(28px, 3vw, 35px)}@media (min-width:800px){.rpb-hero_absolute{position:absolute;width:100%;bottom:0;z-index:99}}.rpb-hero_grid{padding:var(--outerGutter);display:grid;grid-template-rows:auto;grid-template-areas:"text" "adress";gap:var(--gutter)}@media (min-width:800px){.rpb-hero_grid{grid-template-columns:4fr 1fr 7fr;grid-template-areas:"adress - text"}}.rpb-hero_text{grid-area:text}.rpb-hero_adress{grid-area:adress;align-self:flex-end;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto;grid-template-areas:"text text" "anfahrt kontakt";gap:var(--gutter)}.rpb-hero_adress .anfahrt{justify-self:flex-start;grid-area:anfahrt}.rpb-hero_adress .kontakt{justify-self:flex-start;grid-area:kontakt}.rpb-hero-image{grid-area:image;width:100%;height:43vh;position:relative}.rpb-hero-image::after{content:"";position:absolute;width:100%;height:50%;bottom:0;left:0;background:linear-gradient(180.86deg,#fff0 71.45%,#f5f9f3 99.26000000000001%)}@media (min-width:800px){.rpb-hero-image{height:100%}}.rpb-hero-image img{height:100%;width:100%;object-fit:cover}.rpb-gallery .images{gap:20px}.rpb-gallery .images img{outline:2px solid #fff;transition:all 0.3s ease}.rpb-gallery .images a:hover img,.rpb-gallery .images a:focus img{outline:5px solid #fff}.rpb-hero .white{color:#000;background-color:rgb(255 255 255 / .85)}.rpb-hero .maxw{width:100%;max-width:600px}.rpb-quotes .maxw{width:100%;max-width:800px}.rpb-quotes .grid{gap:20px}.rpb-quotes img.uk-border-circle{border:5px solid #fff}@media (max-width:950px){.rpb-quotes .arrow-nav{display:none}}.rpb-text .uk-background-primary .text{color:#fff}.rpb-text .maxw-s{max-width:400px}.rpb-text .maxw-m{max-width:600px}.rpb-text .maxw-l{max-width:800px}.rpb-text2mittext.free1_image4_text5_free2,.rpb-textmitbild.image5_text7,.rpb-textmitgallery.image7_text4_free1,.rpb-textmitbild.image7_text5{align-items:flex-end}.rpb-grid{display:grid;grid-template-rows:auto;padding:var(--gutter) var(--outerGutter);gap:var(--gutter);align-items:center}.p1 .rpb-grid{padding:calc(var(--outerGutter) * 2) var(--outerGutter)}@media (min-width:800px){.rpb-grid{grid-template-columns:repeat(12,1fr)}}.rpb-text2mittext .block-image{padding:calc(var(--gutter) * 2) 0}@media (min-width:800px){.rpb-text2mittext .block-image{padding:0}}.free2_image4_free1_text4_free1{grid-template-areas:"image" "text"}@media (min-width:800px){.free2_image4_free1_text4_free1{grid-template-areas:"a image image image image image image text text text text text"}}@media (min-width:1200px){.free2_image4_free1_text4_free1{grid-template-areas:"a a image image image image b text text text text c"}}.free2_image4_free1_text5{grid-template-areas:"image" "text"}.free2_image4_free1_text5 .block-image{width:48.33%}@media (min-width:800px){.free2_image4_free1_text5 .block-image{width:100%}}@media (min-width:800px){.free2_image4_free1_text5{grid-template-areas:"a image image image image image text text text text text text"}}@media (min-width:1200px){.free2_image4_free1_text5{grid-template-areas:"a a image image image image b text text text text text"}}.free1_image5_free1_text5{grid-template-areas:"text" "image"}.free1_image5_free1_text5 .block-image{width:60%}@media (min-width:800px){.free1_image5_free1_text5 .block-image{width:100%}}@media (min-width:800px){.free1_image5_free1_text5{grid-template-areas:"image image image image image image text text text text text text"}}@media (min-width:1200px){.free1_image5_free1_text5{grid-template-areas:"a image image image image image b text text text text text"}}.text3_image9{grid-template-areas:"text" "image"}@media (min-width:800px){.text3_image9{grid-template-areas:"text text text image image image image image image image image image"}}.text4_image8{grid-template-areas:"text text text text image image image image image image image image image"}.text5_image5_free2{grid-template-areas:"text" "image"}.text5_image5_free2 .block-image{width:70%}@media (min-width:800px){.text5_image5_free2 .block-image{width:100%}}@media (min-width:800px){.text5_image5_free2{grid-template-areas:"text text text text text image image image image image image"}}@media (min-width:1200px){.text5_image5_free2{grid-template-areas:"text text text text text image image image image image a"}}.text5_image7{grid-template-areas:"text" "image"}@media (min-width:800px){.text5_image7{grid-template-areas:"text text text text text image image image image image image image"}}.image5_text7{grid-template-areas:"image" "text"}@media (min-width:800px){.image5_text7{grid-template-areas:"image image image image image text text text text text text text"}}.image7_text4_free1{grid-template-areas:"text" "image"}@media (min-width:800px){.image7_text4_free1{grid-template-areas:"image image image image image image image text text text text text"}}@media (min-width:1200px){.image7_text4_free1{grid-template-areas:"image image image image image image image text text text text a"}}.image7_text5{grid-template-areas:"text" "image"}@media (min-width:800px){.image7_text5{grid-template-areas:"image image image image image image image text text text text text"}}.image8_text4{grid-template-areas:"text" "image"}@media (min-width:800px){.image8_text4{grid-template-areas:"image image image image image image image image text text text text"}}.image9_text3{grid-template-areas:"text" "image"}@media (min-width:800px){.image9_text3{grid-template-areas:"image image image image image image image image image text text text"}}.free1_image4_text5_free2{grid-template-areas:"image" "text"}@media (min-width:800px){.free1_image4_text5_free2{grid-template-areas:"image image image image image text text text text text text b"}}@media (min-width:1200px){.free1_image4_text5_free2{grid-template-areas:"a image image image image text text text text text b b"}}.block-text{grid-area:text}.block-image{grid-area:image}.block-image img{display:block;width:100%;height:auto}.block-image-single img{width:100%;height:auto}.gallery{display:grid}.gallery img{object-fit:cover;width:100%;height:100%}.image8_text4 .gallery.image-amount-3,.text5_image7 .gallery.image-amount-3{grid-template-columns:repeat(22,1fr);grid-template-rows:repeat(18,1fr);aspect-ratio:1.14285714}@media (min-width:500px){.image8_text4 .gallery.image-amount-3,.text5_image7 .gallery.image-amount-3{grid-template-columns:repeat(56,1fr);grid-template-rows:repeat(44,1fr)}}.image8_text4 .gallery.image-amount-3>*:nth-child(1),.text5_image7 .gallery.image-amount-3>*:nth-child(1){grid-column-start:1;grid-column-end:span 11;grid-row-start:3;grid-row-end:span 14}@media (min-width:500px){.image8_text4 .gallery.image-amount-3>*:nth-child(1),.text5_image7 .gallery.image-amount-3>*:nth-child(1){grid-column-start:1;grid-column-end:span 28;grid-row-start:1;grid-row-end:span 31}}.image8_text4 .gallery.image-amount-3>*:nth-child(2),.text5_image7 .gallery.image-amount-3>*:nth-child(2){grid-column-start:13;grid-column-end:span 11;grid-row-start:1;grid-row-end:span 7}@media (min-width:500px){.image8_text4 .gallery.image-amount-3>*:nth-child(2),.text5_image7 .gallery.image-amount-3>*:nth-child(2){grid-column-start:30;grid-column-end:span 27;grid-row-start:6;grid-row-end:span 19}}.image8_text4 .gallery.image-amount-3>*:nth-child(3),.text5_image7 .gallery.image-amount-3>*:nth-child(3){grid-column-start:13;grid-column-end:span 11;grid-row-start:9;grid-row-end:span 10}@media (min-width:500px){.image8_text4 .gallery.image-amount-3>*:nth-child(3),.text5_image7 .gallery.image-amount-3>*:nth-child(3){grid-column-start:37;grid-column-end:span 20;grid-row-start:26;grid-row-end:span 19}}.text3_image9 .gallery.image-amount-3{grid-template-columns:repeat(22,1fr);grid-template-rows:repeat(47,1fr)}@media (min-width:500px){.text3_image9 .gallery.image-amount-3{grid-template-columns:repeat(64,1fr);grid-template-rows:repeat(51,1fr)}}.text3_image9 .gallery.image-amount-3>*:nth-child(1){grid-column-start:1;grid-column-end:span 22;grid-row-start:1;grid-row-end:span 20}@media (min-width:500px){.text3_image9 .gallery.image-amount-3>*:nth-child(1){grid-column-start:1;grid-column-end:span 35;grid-row-start:1;grid-row-end:span 31}}.text3_image9 .gallery.image-amount-3>*:nth-child(2){grid-column-start:10;grid-column-end:span 14;grid-row-start:22;grid-row-end:span 9}@media (min-width:500px){.text3_image9 .gallery.image-amount-3>*:nth-child(2){grid-column-start:37;grid-column-end:span 28;grid-row-start:18;grid-row-end:span 26}}.text3_image9 .gallery.image-amount-3>*:nth-child(3){grid-column-start:1;grid-column-end:span 16;grid-row-start:32;grid-row-end:span 15}@media (min-width:500px){.text3_image9 .gallery.image-amount-3>*:nth-child(3){grid-column-start:8;grid-column-end:span 28;grid-row-start:33;grid-row-end:span 19}}.image7_text4_free1 .gallery.image-amount-2,.image7_text5 .gallery.image-amount-2{grid-template-columns:repeat(49,1fr);grid-template-rows:repeat(22,1fr);aspect-ratio:2}.image7_text4_free1 .gallery.image-amount-2>*:nth-child(1),.image7_text5 .gallery.image-amount-2>*:nth-child(1){grid-column-start:1;grid-column-end:span 20;grid-row-start:7;grid-row-end:span 15}.image7_text4_free1 .gallery.image-amount-2>*:nth-child(2),.image7_text5 .gallery.image-amount-2>*:nth-child(2){grid-column-start:22;grid-column-end:span 28;grid-row-start:1;grid-row-end:span 22}.praxiswrapper{background:var(--greenColor)}@media (min-width:800px){.praxiswrapper .gallery{margin-top:calc(var(--gutter) * -8)}}.behandlungswrapper{background:var(--yellowColor)}@media (min-width:800px){.behandlungswrapper .gallery{margin-top:calc(var(--gutter) * -8)}}.nopaddingtopbottom .rpb-grid{padding-top:0;padding-bottom:0}.firstelement .rpb-grid{padding-top:116px}.nopaddingbottom .rpb-grid{padding-bottom:0}.rpb-textmitbild_link svg{width:24px;height:24px}@media (min-width:800px){.rpb-textmitbild_link svg{width:40px;height:40px}}